GraphTraits specialization for const DDGNode pointers.

Synopsis

Declared in <llvm/Analysis/DDG.h>

template<>
struct GraphTraits<DDGNode const*>;

Type Aliases

Name

Description

ChildEdgeIteratorType

Iterator over outgoing const DDG edges.

ChildIteratorType

Iterator over child const DDGNode pointers.

NodeRef

Graph node type for a const DDGNode.

Static Member Functions

Name

Description

DDGGetTargetNode

Return the target node of edge P.

child_begin

Return the begin iterator over children of N.

child_edge_begin

Return the begin iterator over outgoing edges of N.

child_edge_end

Return the end iterator over outgoing edges of N.

child_end

Return the end iterator over children of N.

getEntryNode

Return N as the graph entry node.

Derived Classes

Name

Description

GraphTraits<DataDependenceGraph const*>

GraphTraits specialization treating a const DataDependenceGraph as a graph of nodes.

Created with MrDocs