LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::DSGraphPrintHelper Class Reference

Collaboration diagram for llvm::DSGraphPrintHelper:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 DSGraphPrintHelper (const FunctionModRefInfo &fmrInfo)
void printValuesInBitVec (std::ostream &O, const BitSetVector &bv) const

Detailed Description

Definition at line 232 of file IPModRef.cpp.


Constructor & Destructor Documentation

llvm::DSGraphPrintHelper::DSGraphPrintHelper const FunctionModRefInfo fmrInfo  )  [inline]
 

Definition at line 237 of file IPModRef.cpp.

References E, llvm::DSGraph::getGraphSize(), llvm::FunctionModRefInfo::getNodeId(), and llvm::DSGraph::getScalarMap().


Member Function Documentation

void llvm::DSGraphPrintHelper::printValuesInBitVec std::ostream &  O,
const BitSetVector bv
const [inline]
 

Definition at line 257 of file IPModRef.cpp.

References llvm::BitSetVector::all(), llvm::BitSetVector::none(), llvm::DSGraph::print(), llvm::BitSetVector::size(), llvm::BitSetVector::test(), and V.

Referenced by llvm::FunctionModRefInfo::print().


The documentation for this class was generated from the following file: