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