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