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

Public Types

using NodeRef = const BasicBlock *
 
using ChildIteratorType = succ_const_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

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

Definition at line 1651 of file PGOInstrumentation.cpp.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 1653 of file PGOInstrumentation.cpp.

◆ NodeRef

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

Definition at line 1652 of file PGOInstrumentation.cpp.

◆ nodes_iterator

Definition at line 1654 of file PGOInstrumentation.cpp.

Member Function Documentation

◆ child_begin()

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

Definition at line 1660 of file PGOInstrumentation.cpp.

References llvm::succ_begin().

◆ child_end()

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

Definition at line 1664 of file PGOInstrumentation.cpp.

References llvm::succ_end().

◆ getEntryNode()

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

Definition at line 1656 of file PGOInstrumentation.cpp.

◆ nodes_begin()

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

Definition at line 1666 of file PGOInstrumentation.cpp.

◆ nodes_end()

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

Definition at line 1670 of file PGOInstrumentation.cpp.


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