| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/Analysis/CallGraph.h"
Public Types | |
| using | NodeRef = const CallGraphNode * | 
| using | CGNPairTy = CallGraphNode::CallRecord | 
| using | EdgeRef = const CallGraphNode::CallRecord & | 
| using | ChildIteratorType | 
| 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 435 of file CallGraph.h.
| using llvm::GraphTraits< const CallGraphNode * >::CGNPairTy = CallGraphNode::CallRecord | 
Definition at line 437 of file CallGraph.h.
| using llvm::GraphTraits< const CallGraphNode * >::ChildEdgeIteratorType = CallGraphNode::const_iterator | 
Definition at line 445 of file CallGraph.h.
| using llvm::GraphTraits< const CallGraphNode * >::ChildIteratorType | 
Definition at line 443 of file CallGraph.h.
| using llvm::GraphTraits< const CallGraphNode * >::EdgeRef = const CallGraphNode::CallRecord & | 
Definition at line 438 of file CallGraph.h.
| using llvm::GraphTraits< const CallGraphNode * >::NodeRef = const CallGraphNode * | 
Definition at line 436 of file CallGraph.h.
      
  | 
  inlinestatic | 
Definition at line 441 of file CallGraph.h.
References P.
Referenced by child_begin(), and child_end().
      
  | 
  inlinestatic | 
Definition at line 447 of file CallGraph.h.
References CGNGetValue(), and N.
      
  | 
  inlinestatic | 
Definition at line 455 of file CallGraph.h.
References N.
      
  | 
  inlinestatic | 
Definition at line 458 of file CallGraph.h.
References N.
      
  | 
  inlinestatic | 
Definition at line 451 of file CallGraph.h.
References CGNGetValue(), and N.
      
  | 
  inlinestatic | 
Definition at line 460 of file CallGraph.h.
References E().
      
  | 
  inlinestatic | 
Definition at line 440 of file CallGraph.h.