LLVM 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< IrreducibleGraph > Struct Reference

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)
 

Detailed Description

Definition at line 673 of file BlockFrequencyInfoImpl.cpp.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< IrreducibleGraph >::ChildIteratorType = GraphT::IrrNode::iterator

Definition at line 676 of file BlockFrequencyInfoImpl.cpp.

◆ GraphT

Definition at line 674 of file BlockFrequencyInfoImpl.cpp.

◆ NodeRef

Definition at line 675 of file BlockFrequencyInfoImpl.cpp.

Member Function Documentation

◆ child_begin()

static ChildIteratorType llvm::GraphTraits< IrreducibleGraph >::child_begin ( NodeRef  N)
inlinestatic

Definition at line 679 of file BlockFrequencyInfoImpl.cpp.

References N.

◆ child_end()

static ChildIteratorType llvm::GraphTraits< IrreducibleGraph >::child_end ( NodeRef  N)
inlinestatic

Definition at line 680 of file BlockFrequencyInfoImpl.cpp.

References N.

◆ getEntryNode()

static NodeRef llvm::GraphTraits< IrreducibleGraph >::getEntryNode ( const GraphT G)
inlinestatic

Definition at line 678 of file BlockFrequencyInfoImpl.cpp.

References G.


The documentation for this struct was generated from the following file: