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

Public Types

using NodeRef = const BasicBlock *
using ChildIteratorType = const_succ_iterator
using nodes_iterator = pointer_iterator<Function::const_iterator>

Static Public Member Functions

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

Detailed Description

Definition at line 99 of file BlockFrequencyInfo.cpp.

Member Typedef Documentation

◆ ChildIteratorType

◆ NodeRef

Definition at line 100 of file BlockFrequencyInfo.cpp.

◆ nodes_iterator

Member Function Documentation

◆ child_begin()

Definition at line 108 of file BlockFrequencyInfo.cpp.

References N, and llvm::succ_begin().

◆ child_end()

Definition at line 112 of file BlockFrequencyInfo.cpp.

References N, and llvm::succ_end().

◆ getEntryNode()

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

Definition at line 104 of file BlockFrequencyInfo.cpp.

References G.

◆ nodes_begin()

◆ nodes_end()


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