|
LLVM 24.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 397 of file CallGraph.h.
| using llvm::GraphTraits< CallGraphNode * >::CGNPairTy = CallGraphNode::CallRecord |
Definition at line 399 of file CallGraph.h.
| using llvm::GraphTraits< CallGraphNode * >::ChildIteratorType |
Definition at line 404 of file CallGraph.h.
| using llvm::GraphTraits< CallGraphNode * >::NodeRef = CallGraphNode * |
Definition at line 398 of file CallGraph.h.
|
inlinestatic |
Definition at line 402 of file CallGraph.h.
References P.
Referenced by child_begin(), and child_end().
|
inlinestatic |
Definition at line 407 of file CallGraph.h.
References CGNGetValue(), and N.
|
inlinestatic |
Definition at line 411 of file CallGraph.h.
References CGNGetValue(), and N.
|
inlinestatic |
Definition at line 401 of file CallGraph.h.