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

Public Types

using NodeRef = const MachineBasicBlock *
 
using ChildIteratorType = MachineBasicBlock::const_succ_iterator
 
using nodes_iterator = pointer_iterator< MachineFunction::const_iterator >
 

Static Public Member Functions

static NodeRef getEntryNode (const MachineBlockFrequencyInfo *G)
 
static ChildIteratorType child_begin (const NodeRef N)
 
static ChildIteratorType child_end (const NodeRef N)
 
static nodes_iterator nodes_begin (const MachineBlockFrequencyInfo *G)
 
static nodes_iterator nodes_end (const MachineBlockFrequencyInfo *G)
 

Detailed Description

Definition at line 90 of file MachineBlockFrequencyInfo.cpp.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 92 of file MachineBlockFrequencyInfo.cpp.

◆ NodeRef

Definition at line 91 of file MachineBlockFrequencyInfo.cpp.

◆ nodes_iterator

Definition at line 93 of file MachineBlockFrequencyInfo.cpp.

Member Function Documentation

◆ child_begin()

static ChildIteratorType llvm::GraphTraits< MachineBlockFrequencyInfo * >::child_begin ( const NodeRef  N)
inlinestatic

Definition at line 99 of file MachineBlockFrequencyInfo.cpp.

References N.

◆ child_end()

static ChildIteratorType llvm::GraphTraits< MachineBlockFrequencyInfo * >::child_end ( const NodeRef  N)
inlinestatic

Definition at line 103 of file MachineBlockFrequencyInfo.cpp.

References N.

◆ getEntryNode()

static NodeRef llvm::GraphTraits< MachineBlockFrequencyInfo * >::getEntryNode ( const MachineBlockFrequencyInfo G)
inlinestatic

Definition at line 95 of file MachineBlockFrequencyInfo.cpp.

References G.

◆ nodes_begin()

Definition at line 105 of file MachineBlockFrequencyInfo.cpp.

References G.

◆ nodes_end()

Definition at line 109 of file MachineBlockFrequencyInfo.cpp.

References G.


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