| 
    LLVM 22.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 673 of file BlockFrequencyInfoImpl.cpp.
| using llvm::GraphTraits< IrreducibleGraph >::ChildIteratorType = GraphT::IrrNode::iterator | 
Definition at line 676 of file BlockFrequencyInfoImpl.cpp.
| using llvm::GraphTraits< IrreducibleGraph >::GraphT = bfi_detail::IrreducibleGraph | 
Definition at line 674 of file BlockFrequencyInfoImpl.cpp.
| using llvm::GraphTraits< IrreducibleGraph >::NodeRef = const GraphT::IrrNode * | 
Definition at line 675 of file BlockFrequencyInfoImpl.cpp.
      
  | 
  inlinestatic | 
Definition at line 679 of file BlockFrequencyInfoImpl.cpp.
References N.
      
  | 
  inlinestatic | 
Definition at line 680 of file BlockFrequencyInfoImpl.cpp.
References N.
      
  | 
  inlinestatic | 
Definition at line 678 of file BlockFrequencyInfoImpl.cpp.
References G.