LLVM 22.0.0git
|
#include "llvm/Analysis/CallGraph.h"
Public Types | |
using | PairTy |
using | nodes_iterator |
using | NodeRef |
Public Types inherited from llvm::GraphTraits< CallGraphNode * > | |
using | NodeRef = CallGraphNode * |
using | CGNPairTy = CallGraphNode::CallRecord |
using | ChildIteratorType |
Static Public Member Functions | |
static NodeRef | getEntryNode (CallGraph *CGN) |
static CallGraphNode * | CGGetValuePtr (const PairTy &P) |
static nodes_iterator | nodes_begin (CallGraph *CG) |
static nodes_iterator | nodes_end (CallGraph *CG) |
Static Public Member Functions inherited from llvm::GraphTraits< CallGraphNode * > | |
static NodeRef | getEntryNode (CallGraphNode *CGN) |
static CallGraphNode * | CGNGetValue (CGNPairTy P) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Definition at line 464 of file CallGraph.h.
using llvm::GraphTraits< CallGraph * >::NodeRef |
Definition at line 95 of file GraphTraits.h.
using llvm::GraphTraits< CallGraph * >::nodes_iterator |
Definition at line 477 of file CallGraph.h.
using llvm::GraphTraits< CallGraph * >::PairTy |
Definition at line 465 of file CallGraph.h.
|
inlinestatic |
Definition at line 472 of file CallGraph.h.
References P.
Referenced by nodes_begin(), and nodes_end().
|
inlinestatic |
Definition at line 468 of file CallGraph.h.
References llvm::CallGraph::getExternalCallingNode().
|
inlinestatic |
Definition at line 480 of file CallGraph.h.
References llvm::CallGraph::begin(), and CGGetValuePtr().
|
inlinestatic |
Definition at line 484 of file CallGraph.h.
References CGGetValuePtr(), and llvm::CallGraph::end().