LLVM
8.0.1
|
Public Types | |
using | NodeRef = const BasicBlock * |
using | ChildIteratorType = succ_const_iterator |
using | nodes_iterator = pointer_iterator< Function::const_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 99 of file BlockFrequencyInfo.cpp.
Definition at line 101 of file BlockFrequencyInfo.cpp.
using llvm::GraphTraits< BlockFrequencyInfo * >::NodeRef = const BasicBlock * |
Definition at line 100 of file BlockFrequencyInfo.cpp.
using llvm::GraphTraits< BlockFrequencyInfo * >::nodes_iterator = pointer_iterator<Function::const_iterator> |
Definition at line 102 of file BlockFrequencyInfo.cpp.
|
inlinestatic |
Definition at line 108 of file BlockFrequencyInfo.cpp.
References llvm::succ_begin().
|
inlinestatic |
Definition at line 112 of file BlockFrequencyInfo.cpp.
References llvm::succ_end().
|
inlinestatic |
Definition at line 104 of file BlockFrequencyInfo.cpp.
References llvm::Function::front(), and llvm::BlockFrequencyInfo::getFunction().
|
inlinestatic |
Definition at line 114 of file BlockFrequencyInfo.cpp.
References llvm::Function::begin(), and llvm::BlockFrequencyInfo::getFunction().
|
inlinestatic |
Definition at line 118 of file BlockFrequencyInfo.cpp.
References llvm::Function::end(), and llvm::BlockFrequencyInfo::getFunction().