LLVM 18.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 688 of file BlockFrequencyInfoImpl.cpp.
using llvm::GraphTraits< IrreducibleGraph >::ChildIteratorType = GraphT::IrrNode::iterator |
Definition at line 691 of file BlockFrequencyInfoImpl.cpp.
using llvm::GraphTraits< IrreducibleGraph >::GraphT = bfi_detail::IrreducibleGraph |
Definition at line 689 of file BlockFrequencyInfoImpl.cpp.
using llvm::GraphTraits< IrreducibleGraph >::NodeRef = const GraphT::IrrNode * |
Definition at line 690 of file BlockFrequencyInfoImpl.cpp.
|
inlinestatic |
Definition at line 694 of file BlockFrequencyInfoImpl.cpp.
References N.
|
inlinestatic |
Definition at line 695 of file BlockFrequencyInfoImpl.cpp.
References N.
|
inlinestatic |
Definition at line 693 of file BlockFrequencyInfoImpl.cpp.
References G.