LLVM
8.0.1
|
Public Types | |
using | NodeRef = const MachineBasicBlock * |
using | ChildIteratorType = MachineBasicBlock::const_succ_iterator |
using | nodes_iterator = pointer_iterator< MachineFunction::const_iterator > |
Static Public Member Functions | |
static NodeRef | getEntryNode (const MachineBlockFrequencyInfo *G) |
static ChildIteratorType | child_begin (const NodeRef N) |
static ChildIteratorType | child_end (const NodeRef N) |
static nodes_iterator | nodes_begin (const MachineBlockFrequencyInfo *G) |
static nodes_iterator | nodes_end (const MachineBlockFrequencyInfo *G) |
Definition at line 88 of file MachineBlockFrequencyInfo.cpp.
using llvm::GraphTraits< MachineBlockFrequencyInfo * >::ChildIteratorType = MachineBasicBlock::const_succ_iterator |
Definition at line 90 of file MachineBlockFrequencyInfo.cpp.
using llvm::GraphTraits< MachineBlockFrequencyInfo * >::NodeRef = const MachineBasicBlock * |
Definition at line 89 of file MachineBlockFrequencyInfo.cpp.
using llvm::GraphTraits< MachineBlockFrequencyInfo * >::nodes_iterator = pointer_iterator<MachineFunction::const_iterator> |
Definition at line 91 of file MachineBlockFrequencyInfo.cpp.
|
inlinestatic |
Definition at line 97 of file MachineBlockFrequencyInfo.cpp.
References llvm::MachineBasicBlock::succ_begin().
|
inlinestatic |
Definition at line 101 of file MachineBlockFrequencyInfo.cpp.
References llvm::MachineBasicBlock::succ_end().
|
inlinestatic |
Definition at line 93 of file MachineBlockFrequencyInfo.cpp.
References llvm::MachineFunction::front(), and llvm::MachineBlockFrequencyInfo::getFunction().
|
inlinestatic |
Definition at line 103 of file MachineBlockFrequencyInfo.cpp.
References llvm::MachineFunction::begin(), and llvm::MachineBlockFrequencyInfo::getFunction().
|
inlinestatic |
Definition at line 107 of file MachineBlockFrequencyInfo.cpp.
References llvm::MachineFunction::end(), and llvm::MachineBlockFrequencyInfo::getFunction().