LLVM 17.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 696 of file BlockFrequencyInfoImpl.cpp.
using llvm::GraphTraits< IrreducibleGraph >::ChildIteratorType = GraphT::IrrNode::iterator |
Definition at line 699 of file BlockFrequencyInfoImpl.cpp.
using llvm::GraphTraits< IrreducibleGraph >::GraphT = bfi_detail::IrreducibleGraph |
Definition at line 697 of file BlockFrequencyInfoImpl.cpp.
using llvm::GraphTraits< IrreducibleGraph >::NodeRef = const GraphT::IrrNode * |
Definition at line 698 of file BlockFrequencyInfoImpl.cpp.
|
inlinestatic |
Definition at line 702 of file BlockFrequencyInfoImpl.cpp.
References N.
|
inlinestatic |
Definition at line 703 of file BlockFrequencyInfoImpl.cpp.
References N.
|
inlinestatic |
Definition at line 701 of file BlockFrequencyInfoImpl.cpp.
References G.