LLVM 20.0.0git
|
#include "llvm/Analysis/CallGraph.h"
Public Types | |
using | NodeRef = CallGraphNode * |
using | CGNPairTy = CallGraphNode::CallRecord |
using | ChildIteratorType = mapped_iterator< CallGraphNode::iterator, decltype(&CGNGetValue)> |
Static Public Member Functions | |
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 431 of file CallGraph.h.
using llvm::GraphTraits< CallGraphNode * >::CGNPairTy = CallGraphNode::CallRecord |
Definition at line 433 of file CallGraph.h.
using llvm::GraphTraits< CallGraphNode * >::ChildIteratorType = mapped_iterator<CallGraphNode::iterator, decltype(&CGNGetValue)> |
Definition at line 438 of file CallGraph.h.
using llvm::GraphTraits< CallGraphNode * >::NodeRef = CallGraphNode * |
Definition at line 432 of file CallGraph.h.
|
inlinestatic |
Definition at line 436 of file CallGraph.h.
References P.
|
inlinestatic |
Definition at line 441 of file CallGraph.h.
References N.
|
inlinestatic |
Definition at line 445 of file CallGraph.h.
References N.
|
inlinestatic |
Definition at line 435 of file CallGraph.h.