LLVM  8.0.1
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< MachineBlockFrequencyInfo * > Struct Template 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

template<>
struct llvm::GraphTraits< MachineBlockFrequencyInfo * >

Definition at line 88 of file MachineBlockFrequencyInfo.cpp.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 90 of file MachineBlockFrequencyInfo.cpp.

◆ NodeRef

Definition at line 89 of file MachineBlockFrequencyInfo.cpp.

◆ nodes_iterator

Definition at line 91 of file MachineBlockFrequencyInfo.cpp.

Member Function Documentation

◆ child_begin()

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

◆ child_end()

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

◆ getEntryNode()

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

◆ nodes_begin()

◆ nodes_end()


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