LLVM 22.0.0git
llvm::GraphTraits< MachineBlockFrequencyInfo * > Struct Reference
Inheritance diagram for llvm::GraphTraits< MachineBlockFrequencyInfo * >:
[legend]

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

◆ NodeRef

◆ nodes_iterator

Member Function Documentation

◆ child_begin()

Definition at line 99 of file MachineBlockFrequencyInfo.cpp.

References N.

◆ child_end()

Definition at line 103 of file MachineBlockFrequencyInfo.cpp.

References N.

◆ getEntryNode()

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: