LLVM
10.0.0svn
|
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) |
const versions of the grapth trait specializations for DDG
using llvm::GraphTraits< const DDGNode * >::ChildIteratorType = mapped_iterator<DDGNode::const_iterator, decltype(&DDGGetTargetNode)> |
|
inlinestatic |
Definition at line 400 of file DDG.h.
References llvm::DGNode< NodeType, EdgeType >::begin().
|
inlinestatic |
Definition at line 407 of file DDG.h.
References llvm::DGNode< NodeType, EdgeType >::begin().
|
inlinestatic |
Definition at line 410 of file DDG.h.
References llvm::DGNode< NodeType, EdgeType >::end().
|
inlinestatic |
Definition at line 403 of file DDG.h.
References llvm::DGNode< NodeType, EdgeType >::end().
|
inlinestatic |
Definition at line 389 of file DDG.h.
References llvm::DGEdge< NodeType, EdgeType >::getTargetNode().
|
inlinestatic |