LLVM 22.0.0git
|
#include "llvm/Analysis/CallGraph.h"
Public Types | |
using | NodeRef = CallGraphNode * |
using | CGNPairTy = CallGraphNode::CallRecord |
using | ChildIteratorType |
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 416 of file CallGraph.h.
using llvm::GraphTraits< CallGraphNode * >::CGNPairTy = CallGraphNode::CallRecord |
Definition at line 418 of file CallGraph.h.
using llvm::GraphTraits< CallGraphNode * >::ChildIteratorType |
Definition at line 423 of file CallGraph.h.
using llvm::GraphTraits< CallGraphNode * >::NodeRef = CallGraphNode * |
Definition at line 417 of file CallGraph.h.
|
inlinestatic |
Definition at line 421 of file CallGraph.h.
References P.
Referenced by child_begin(), and child_end().
|
inlinestatic |
Definition at line 426 of file CallGraph.h.
References CGNGetValue(), and N.
|
inlinestatic |
Definition at line 430 of file CallGraph.h.
References CGNGetValue(), and N.
|
inlinestatic |
Definition at line 420 of file CallGraph.h.