GraphTraits helpers for walking dominator‐tree nodes depth‐first.
Synopsis
Declared in <llvm/IR/Dominators.h>
template<
class Node,
class ChildIterator>
struct DomTreeGraphTraitsBase;
Type Aliases
Name |
Description |
Iterator over immediate children in the dominator tree. |
|
Graph node type for a dominator‐tree node pointer. |
|
Depth‐first iterator over dominator‐tree nodes. |
Static Member Functions
Name |
Description |
Return the begin iterator over children of |
|
Return the end iterator over children of |
|
Return |
|
Return a depth‐first begin iterator rooted at |
|
Return a depth‐first end iterator rooted at |
Derived Classes
Name |
Description |
GraphTraits specialization for mutable DomTreeNode pointers. |
|
GraphTraits specialization for const DomTreeNode pointers. |
Created with MrDocs