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

#include "llvm/Transforms/IPO/ProfiledCallGraph.h"

Inheritance diagram for llvm::GraphTraits< ProfiledCallGraph * >:
Inheritance graph
[legend]

Static Public Member Functions

static NodeRef getEntryNode (ProfiledCallGraph *PCG)
 
static ChildIteratorType nodes_begin (ProfiledCallGraph *PCG)
 
static ChildIteratorType nodes_end (ProfiledCallGraph *PCG)
 
- Static Public Member Functions inherited from llvm::GraphTraits< ProfiledCallGraphNode * >
static NodeRef getEntryNode (NodeRef PCGN)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Additional Inherited Members

- Public Types inherited from llvm::GraphTraits< ProfiledCallGraphNode * >
using NodeType = ProfiledCallGraphNode
 
using NodeRef = ProfiledCallGraphNode *
 
using EdgeType = NodeType::edge
 
using ChildIteratorType = NodeType::const_iterator
 

Detailed Description

Definition at line 229 of file ProfiledCallGraph.h.

Member Function Documentation

◆ getEntryNode()

static NodeRef llvm::GraphTraits< ProfiledCallGraph * >::getEntryNode ( ProfiledCallGraph PCG)
inlinestatic

◆ nodes_begin()

static ChildIteratorType llvm::GraphTraits< ProfiledCallGraph * >::nodes_begin ( ProfiledCallGraph PCG)
inlinestatic

Definition at line 235 of file ProfiledCallGraph.h.

References llvm::sampleprof::ProfiledCallGraph::begin().

◆ nodes_end()

static ChildIteratorType llvm::GraphTraits< ProfiledCallGraph * >::nodes_end ( ProfiledCallGraph PCG)
inlinestatic

Definition at line 239 of file ProfiledCallGraph.h.

References llvm::sampleprof::ProfiledCallGraph::end().


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