GraphTraits specialization for const DDGNode pointers.
Synopsis
Declared in <llvm/Analysis/DDG.h>
template<>
struct GraphTraits<DDGNode const*>;
Type Aliases
Name |
Description |
Iterator over outgoing const DDG edges. |
|
Iterator over child const DDGNode pointers. |
|
Graph node type for a const DDGNode. |
Static Member Functions
Name |
Description |
Return the target node of edge |
|
Return the begin iterator over children of |
|
Return the begin iterator over outgoing edges of |
|
Return the end iterator over outgoing edges of |
|
Return the end iterator over children of |
|
Return |
Derived Classes
Name |
Description |
GraphTraits specialization treating a const DataDependenceGraph as a graph of nodes. |
Created with MrDocs