GraphTraits specialization for hierarchical RegionNode successors.

Synopsis

Declared in <llvm/Analysis/RegionIterator.h>

template<>
struct GraphTraits<RegionNode const*>;

Type Aliases

Name

Description

ChildIteratorType

Iterator over hierarchical RegionNode successors.

NodeRef

Graph node type for a RegionNode.

Static Member Functions

Name

Description

child_begin

Return the begin iterator over successors of N.

child_end

Return the end iterator over successors of N.

getEntryNode

Return N as the graph entry node.

Derived Classes

Name

Description

GraphTraits<Region const*>

GraphTraits specialization that walks a Region as a graph of nodes.

Created with MrDocs