|
LLVM 24.0.0git
|
Public Types | |
| using | GraphT = bfi_detail::IrreducibleGraph |
| using | NodeRef = const GraphT::IrrNode * |
| using | ChildIteratorType = GraphT::IrrNode::iterator |
Static Public Member Functions | |
| static NodeRef | getEntryNode (const GraphT &G) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
Definition at line 653 of file BlockFrequencyInfoImpl.cpp.
| using llvm::GraphTraits< IrreducibleGraph >::ChildIteratorType = GraphT::IrrNode::iterator |
Definition at line 656 of file BlockFrequencyInfoImpl.cpp.
| using llvm::GraphTraits< IrreducibleGraph >::GraphT = bfi_detail::IrreducibleGraph |
Definition at line 654 of file BlockFrequencyInfoImpl.cpp.
| using llvm::GraphTraits< IrreducibleGraph >::NodeRef = const GraphT::IrrNode * |
Definition at line 655 of file BlockFrequencyInfoImpl.cpp.
|
inlinestatic |
Definition at line 659 of file BlockFrequencyInfoImpl.cpp.
References N.
|
inlinestatic |
Definition at line 660 of file BlockFrequencyInfoImpl.cpp.
References N.
|
inlinestatic |
Definition at line 658 of file BlockFrequencyInfoImpl.cpp.
References G.