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

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 PGOUseFunc *G)
 
static ChildIteratorType child_begin (const NodeRef N)
 
static ChildIteratorType child_end (const NodeRef N)
 
static nodes_iterator nodes_begin (const PGOUseFunc *G)
 
static nodes_iterator nodes_end (const PGOUseFunc *G)
 

Detailed Description

Definition at line 2245 of file PGOInstrumentation.cpp.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< PGOUseFunc * >::ChildIteratorType = const_succ_iterator

Definition at line 2247 of file PGOInstrumentation.cpp.

◆ NodeRef

using llvm::GraphTraits< PGOUseFunc * >::NodeRef = const BasicBlock *

Definition at line 2246 of file PGOInstrumentation.cpp.

◆ nodes_iterator

using llvm::GraphTraits< PGOUseFunc * >::nodes_iterator = pointer_iterator<Function::const_iterator>

Definition at line 2248 of file PGOInstrumentation.cpp.

Member Function Documentation

◆ child_begin()

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

Definition at line 2254 of file PGOInstrumentation.cpp.

References N, and llvm::succ_begin().

◆ child_end()

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

Definition at line 2258 of file PGOInstrumentation.cpp.

References N, and llvm::succ_end().

◆ getEntryNode()

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

Definition at line 2250 of file PGOInstrumentation.cpp.

References G.

◆ nodes_begin()

static nodes_iterator llvm::GraphTraits< PGOUseFunc * >::nodes_begin ( const PGOUseFunc *  G)
inlinestatic

Definition at line 2260 of file PGOInstrumentation.cpp.

References G.

◆ nodes_end()

static nodes_iterator llvm::GraphTraits< PGOUseFunc * >::nodes_end ( const PGOUseFunc *  G)
inlinestatic

Definition at line 2264 of file PGOInstrumentation.cpp.

References G.


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