|
LLVM
4.0.0
|
Public Types | |
| typedef const BasicBlock * | NodeRef |
| typedef succ_const_iterator | ChildIteratorType |
| typedef pointer_iterator < Function::const_iterator > | nodes_iterator |
Static Public Member Functions | |
| static NodeRef | getEntryNode (const BlockFrequencyInfo *G) |
| static ChildIteratorType | child_begin (const NodeRef N) |
| static ChildIteratorType | child_end (const NodeRef N) |
| static nodes_iterator | nodes_begin (const BlockFrequencyInfo *G) |
| static nodes_iterator | nodes_end (const BlockFrequencyInfo *G) |
Definition at line 61 of file BlockFrequencyInfo.cpp.
Definition at line 63 of file BlockFrequencyInfo.cpp.
| typedef const BasicBlock* llvm::GraphTraits< BlockFrequencyInfo * >::NodeRef |
Definition at line 62 of file BlockFrequencyInfo.cpp.
| typedef pointer_iterator<Function::const_iterator> llvm::GraphTraits< BlockFrequencyInfo * >::nodes_iterator |
Definition at line 64 of file BlockFrequencyInfo.cpp.
|
inlinestatic |
Definition at line 69 of file BlockFrequencyInfo.cpp.
References llvm::succ_begin().
|
inlinestatic |
Definition at line 72 of file BlockFrequencyInfo.cpp.
References llvm::succ_end().
|
inlinestatic |
Definition at line 66 of file BlockFrequencyInfo.cpp.
References llvm::Function::front(), and llvm::BlockFrequencyInfo::getFunction().
|
inlinestatic |
Definition at line 73 of file BlockFrequencyInfo.cpp.
References llvm::Function::begin(), and llvm::BlockFrequencyInfo::getFunction().
|
inlinestatic |
Definition at line 76 of file BlockFrequencyInfo.cpp.
References llvm::Function::end(), and llvm::BlockFrequencyInfo::getFunction().
1.8.6