LLVM 17.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 447 of file CallGraph.h.
using llvm::GraphTraits< const CallGraphNode * >::CGNPairTy = CallGraphNode::CallRecord |
Definition at line 449 of file CallGraph.h.
using llvm::GraphTraits< const CallGraphNode * >::ChildEdgeIteratorType = CallGraphNode::const_iterator |
Definition at line 457 of file CallGraph.h.
using llvm::GraphTraits< const CallGraphNode * >::ChildIteratorType = mapped_iterator<CallGraphNode::const_iterator, decltype(&CGNGetValue)> |
Definition at line 455 of file CallGraph.h.
using llvm::GraphTraits< const CallGraphNode * >::EdgeRef = const CallGraphNode::CallRecord & |
Definition at line 450 of file CallGraph.h.
using llvm::GraphTraits< const CallGraphNode * >::NodeRef = const CallGraphNode * |
Definition at line 448 of file CallGraph.h.
|
inlinestatic |
Definition at line 453 of file CallGraph.h.
References P.
|
inlinestatic |
Definition at line 459 of file CallGraph.h.
References N.
|
inlinestatic |
Definition at line 467 of file CallGraph.h.
References N.
|
inlinestatic |
Definition at line 470 of file CallGraph.h.
References N.
|
inlinestatic |
Definition at line 463 of file CallGraph.h.
References N.
|
inlinestatic |
Definition at line 472 of file CallGraph.h.
References E.
|
inlinestatic |
Definition at line 452 of file CallGraph.h.