|
LLVM
3.7.0
|
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 52 of file BlockFrequencyInfo.cpp.
Definition at line 54 of file BlockFrequencyInfo.cpp.
Definition at line 55 of file BlockFrequencyInfo.cpp.
| typedef const BasicBlock llvm::GraphTraits< BlockFrequencyInfo * >::NodeType |
Definition at line 53 of file BlockFrequencyInfo.cpp.
|
inlinestatic |
Definition at line 60 of file BlockFrequencyInfo.cpp.
References llvm::succ_begin().
|
inlinestatic |
Definition at line 63 of file BlockFrequencyInfo.cpp.
References llvm::succ_end().
|
inlinestatic |
Definition at line 57 of file BlockFrequencyInfo.cpp.
References llvm::Function::begin(), and llvm::BlockFrequencyInfo::getFunction().
|
inlinestatic |
Definition at line 66 of file BlockFrequencyInfo.cpp.
References llvm::Function::begin(), and llvm::BlockFrequencyInfo::getFunction().
|
inlinestatic |
Definition at line 69 of file BlockFrequencyInfo.cpp.
References llvm::Function::end(), and llvm::BlockFrequencyInfo::getFunction().
1.8.6