|
LLVM
4.0.0
|
DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. More...
#include <MachineDominators.h>
Public Types | |
| typedef Node * | NodeRef |
| typedef ChildIterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeRef | getEntryNode (NodeRef N) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators.
Definition at line 275 of file MachineDominators.h.
| typedef ChildIterator llvm::MachineDomTreeGraphTraitsBase< Node, ChildIterator >::ChildIteratorType |
Definition at line 277 of file MachineDominators.h.
| typedef Node* llvm::MachineDomTreeGraphTraitsBase< Node, ChildIterator >::NodeRef |
Definition at line 276 of file MachineDominators.h.
|
inlinestatic |
Definition at line 280 of file MachineDominators.h.
|
inlinestatic |
Definition at line 281 of file MachineDominators.h.
|
inlinestatic |
Definition at line 279 of file MachineDominators.h.
1.8.6