LLVM 22.0.0git
|
#include "llvm/Analysis/CallGraph.h"
Public Types | |
using | PairTy |
using | nodes_iterator |
using | NodeRef |
Public Types inherited from llvm::GraphTraits< const CallGraphNode * > | |
using | NodeRef = const CallGraphNode * |
using | CGNPairTy = CallGraphNode::CallRecord |
using | EdgeRef = const CallGraphNode::CallRecord & |
using | ChildIteratorType |
using | ChildEdgeIteratorType = CallGraphNode::const_iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (const CallGraph *CGN) |
static const CallGraphNode * | CGGetValuePtr (const PairTy &P) |
static nodes_iterator | nodes_begin (const CallGraph *CG) |
static nodes_iterator | nodes_end (const CallGraph *CG) |
Static Public Member Functions inherited from llvm::GraphTraits< const CallGraphNode * > | |
static NodeRef | getEntryNode (const CallGraphNode *CGN) |
static const CallGraphNode * | CGNGetValue (CGNPairTy P) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
static ChildEdgeIteratorType | child_edge_begin (NodeRef N) |
static ChildEdgeIteratorType | child_edge_end (NodeRef N) |
static NodeRef | edge_dest (EdgeRef E) |
Definition at line 490 of file CallGraph.h.
using llvm::GraphTraits< const CallGraph * >::NodeRef |
Definition at line 95 of file GraphTraits.h.
using llvm::GraphTraits< const CallGraph * >::nodes_iterator |
Definition at line 504 of file CallGraph.h.
using llvm::GraphTraits< const CallGraph * >::PairTy |
Definition at line 492 of file CallGraph.h.
|
inlinestatic |
Definition at line 499 of file CallGraph.h.
References P.
Referenced by nodes_begin(), and nodes_end().
Definition at line 495 of file CallGraph.h.
References llvm::CallGraph::getExternalCallingNode().
|
inlinestatic |
Definition at line 507 of file CallGraph.h.
References llvm::CallGraph::begin(), and CGGetValuePtr().
|
inlinestatic |
Definition at line 511 of file CallGraph.h.
References CGGetValuePtr(), and llvm::CallGraph::end().