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