GraphTraits specialization for const MachineDomTreeNode pointers.

Synopsis

Base Classes

Name

Description

MachineDomTreeGraphTraitsBase<MachineDomTreeNode const, MachineDomTreeNode::const_iterator>

GraphTraits helpers for walking machine dominator‐tree nodes depth‐first.

Type Aliases

Name

Description

ChildIteratorType

Iterator over immediate children in the machine dominator tree.

NodeRef

Graph node type for a machine dominator‐tree node pointer.

Static Member Functions

Name

Description

child_begin

Return the begin iterator over children of N.

child_end

Return the end iterator over children of N.

getEntryNode

Return N as the graph entry node.

Created with MrDocs