LLVM 20.0.0git
|
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 90 of file MachineBlockFrequencyInfo.cpp.
using llvm::GraphTraits< MachineBlockFrequencyInfo * >::ChildIteratorType = MachineBasicBlock::const_succ_iterator |
Definition at line 92 of file MachineBlockFrequencyInfo.cpp.
using llvm::GraphTraits< MachineBlockFrequencyInfo * >::NodeRef = const MachineBasicBlock * |
Definition at line 91 of file MachineBlockFrequencyInfo.cpp.
using llvm::GraphTraits< MachineBlockFrequencyInfo * >::nodes_iterator = pointer_iterator<MachineFunction::const_iterator> |
Definition at line 93 of file MachineBlockFrequencyInfo.cpp.
|
inlinestatic |
Definition at line 99 of file MachineBlockFrequencyInfo.cpp.
References N.
|
inlinestatic |
Definition at line 103 of file MachineBlockFrequencyInfo.cpp.
References N.
|
inlinestatic |
Definition at line 95 of file MachineBlockFrequencyInfo.cpp.
References G.
|
inlinestatic |
Definition at line 105 of file MachineBlockFrequencyInfo.cpp.
References G.
|
inlinestatic |
Definition at line 109 of file MachineBlockFrequencyInfo.cpp.
References G.