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::const_iterator, decltype(&CGGetValuePtr)> |
Public Types inherited from llvm::GraphTraits< const CallGraphNode * > | |
using | NodeRef = const CallGraphNode * |
using | CGNPairTy = CallGraphNode::CallRecord |
using | EdgeRef = const CallGraphNode::CallRecord & |
using | ChildIteratorType = mapped_iterator< CallGraphNode::const_iterator, decltype(&CGNGetValue)> |
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 505 of file CallGraph.h.
using llvm::GraphTraits< const CallGraph * >::nodes_iterator = mapped_iterator<CallGraph::const_iterator, decltype(&CGGetValuePtr)> |
Definition at line 519 of file CallGraph.h.
using llvm::GraphTraits< const CallGraph * >::PairTy = std::pair<const Function *const, std::unique_ptr<CallGraphNode> > |
Definition at line 507 of file CallGraph.h.
|
inlinestatic |
Definition at line 514 of file CallGraph.h.
References P.
|
inlinestatic |
Definition at line 510 of file CallGraph.h.
References llvm::CallGraph::getExternalCallingNode().
|
inlinestatic |
Definition at line 522 of file CallGraph.h.
References llvm::CallGraph::begin().
|
inlinestatic |
Definition at line 526 of file CallGraph.h.
References llvm::CallGraph::end().