| 
    LLVM 22.0.0git
    
   | 
 
non-const versions of the grapth trait specializations for DDG More...
#include "llvm/Analysis/DDG.h"
Public Types | |
| using | NodeRef = DDGNode * | 
| using | ChildIteratorType | 
| using | ChildEdgeIteratorType = DDGNode::iterator | 
Static Public Member Functions | |
| static DDGNode * | DDGGetTargetNode (DGEdge< DDGNode, DDGEdge > *P) | 
| static NodeRef | getEntryNode (NodeRef N) | 
| 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) | 
non-const versions of the grapth trait specializations for DDG
| using llvm::GraphTraits< DDGNode * >::ChildEdgeIteratorType = DDGNode::iterator | 
| using llvm::GraphTraits< DDGNode * >::ChildIteratorType | 
| using llvm::GraphTraits< DDGNode * >::NodeRef = DDGNode * | 
      
  | 
  inlinestatic | 
Definition at line 501 of file DDG.h.
References DDGGetTargetNode(), and N.
      
  | 
  inlinestatic | 
      
  | 
  inlinestatic | 
      
  | 
  inlinestatic | 
Definition at line 504 of file DDG.h.
References DDGGetTargetNode(), and N.
      
  | 
  inlinestatic |