LLVM API Documentation
Public Types | |
typedef const BasicBlock | NodeType |
typedef succ_const_iterator | ChildIteratorType |
typedef Function::const_iterator | nodes_iterator |
Static Public Member Functions | |
static const NodeType * | getEntryNode (const BlockFrequencyInfo *G) |
static ChildIteratorType | child_begin (const NodeType *N) |
static ChildIteratorType | child_end (const NodeType *N) |
static nodes_iterator | nodes_begin (const BlockFrequencyInfo *G) |
static nodes_iterator | nodes_end (const BlockFrequencyInfo *G) |
Definition at line 50 of file BlockFrequencyInfo.cpp.
Definition at line 52 of file BlockFrequencyInfo.cpp.
Definition at line 53 of file BlockFrequencyInfo.cpp.
typedef const BasicBlock llvm::GraphTraits< BlockFrequencyInfo * >::NodeType |
Definition at line 51 of file BlockFrequencyInfo.cpp.
|
inlinestatic |
Definition at line 58 of file BlockFrequencyInfo.cpp.
References llvm::succ_begin().
|
inlinestatic |
Definition at line 61 of file BlockFrequencyInfo.cpp.
References llvm::succ_end().
|
inlinestatic |
Definition at line 55 of file BlockFrequencyInfo.cpp.
References llvm::Function::begin(), and llvm::BlockFrequencyInfo::getFunction().
|
inlinestatic |
Definition at line 64 of file BlockFrequencyInfo.cpp.
References llvm::Function::begin(), and llvm::BlockFrequencyInfo::getFunction().
|
inlinestatic |
Definition at line 67 of file BlockFrequencyInfo.cpp.
References llvm::Function::end(), and llvm::BlockFrequencyInfo::getFunction().