LLVM 20.0.0git
|
#include "llvm/Transforms/IPO/ProfiledCallGraph.h"
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 |
Definition at line 229 of file ProfiledCallGraph.h.
|
inlinestatic |
Definition at line 231 of file ProfiledCallGraph.h.
References llvm::sampleprof::ProfiledCallGraph::getEntryNode().
|
inlinestatic |
Definition at line 235 of file ProfiledCallGraph.h.
References llvm::sampleprof::ProfiledCallGraph::begin().
|
inlinestatic |
Definition at line 239 of file ProfiledCallGraph.h.
References llvm::sampleprof::ProfiledCallGraph::end().