LLVM 20.0.0git
|
#include "llvm/Analysis/CallGraph.h"
Public Types | |
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 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 450 of file CallGraph.h.
using llvm::GraphTraits< const CallGraphNode * >::CGNPairTy = CallGraphNode::CallRecord |
Definition at line 452 of file CallGraph.h.
using llvm::GraphTraits< const CallGraphNode * >::ChildEdgeIteratorType = CallGraphNode::const_iterator |
Definition at line 460 of file CallGraph.h.
using llvm::GraphTraits< const CallGraphNode * >::ChildIteratorType = mapped_iterator<CallGraphNode::const_iterator, decltype(&CGNGetValue)> |
Definition at line 458 of file CallGraph.h.
using llvm::GraphTraits< const CallGraphNode * >::EdgeRef = const CallGraphNode::CallRecord & |
Definition at line 453 of file CallGraph.h.
using llvm::GraphTraits< const CallGraphNode * >::NodeRef = const CallGraphNode * |
Definition at line 451 of file CallGraph.h.
|
inlinestatic |
Definition at line 456 of file CallGraph.h.
References P.
|
inlinestatic |
Definition at line 462 of file CallGraph.h.
References N.
|
inlinestatic |
Definition at line 470 of file CallGraph.h.
References N.
|
inlinestatic |
Definition at line 473 of file CallGraph.h.
References N.
|
inlinestatic |
Definition at line 466 of file CallGraph.h.
References N.
|
inlinestatic |
Definition at line 475 of file CallGraph.h.
References E.
|
inlinestatic |
Definition at line 455 of file CallGraph.h.