LLVM 20.0.0git
|
#include "llvm/Analysis/DDG.h"
Public Types | |
using | nodes_iterator = DataDependenceGraph::iterator |
Public Types inherited from llvm::GraphTraits< DDGNode * > | |
using | NodeRef = DDGNode * |
using | ChildIteratorType = mapped_iterator< DDGNode::iterator, decltype(&DDGGetTargetNode)> |
using | ChildEdgeIteratorType = DDGNode::iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (DataDependenceGraph *DG) |
static nodes_iterator | nodes_begin (DataDependenceGraph *DG) |
static nodes_iterator | nodes_end (DataDependenceGraph *DG) |
Static Public Member Functions inherited from llvm::GraphTraits< DDGNode * > | |
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) |
using llvm::GraphTraits< DataDependenceGraph * >::nodes_iterator = DataDependenceGraph::iterator |
|
inlinestatic |
Definition at line 517 of file DDG.h.
References llvm::DependenceGraphInfo< NodeType >::getRoot().
|
inlinestatic |
Definition at line 520 of file DDG.h.
References llvm::DirectedGraph< NodeType, EdgeType >::begin().
|
inlinestatic |
Definition at line 523 of file DDG.h.
References llvm::DirectedGraph< NodeType, EdgeType >::end().