LLVM 20.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 = mapped_iterator< DDGNode::iterator, decltype(&DDGGetTargetNode)> |
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 = mapped_iterator<DDGNode::iterator, decltype(&DDGGetTargetNode)> |
using llvm::GraphTraits< DDGNode * >::NodeRef = DDGNode * |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |