LLVM 20.0.0git
|
#include "llvm/Analysis/CallGraph.h"
Public Types | |
using | PairTy = std::pair< const Function *const, std::unique_ptr< CallGraphNode > > |
using | nodes_iterator = mapped_iterator< CallGraph::iterator, decltype(&CGGetValuePtr)> |
Public Types inherited from llvm::GraphTraits< CallGraphNode * > | |
using | NodeRef = CallGraphNode * |
using | CGNPairTy = CallGraphNode::CallRecord |
using | ChildIteratorType = mapped_iterator< CallGraphNode::iterator, decltype(&CGNGetValue)> |
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 479 of file CallGraph.h.
using llvm::GraphTraits< CallGraph * >::nodes_iterator = mapped_iterator<CallGraph::iterator, decltype(&CGGetValuePtr)> |
Definition at line 492 of file CallGraph.h.
using llvm::GraphTraits< CallGraph * >::PairTy = std::pair<const Function *const, std::unique_ptr<CallGraphNode> > |
Definition at line 480 of file CallGraph.h.
|
inlinestatic |
Definition at line 487 of file CallGraph.h.
References P.
|
inlinestatic |
Definition at line 483 of file CallGraph.h.
References llvm::CallGraph::getExternalCallingNode().
|
inlinestatic |
Definition at line 495 of file CallGraph.h.
References llvm::CallGraph::begin().
|
inlinestatic |
Definition at line 499 of file CallGraph.h.
References llvm::CallGraph::end().