LLVM
8.0.1
|
DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. More...
#include "llvm/CodeGen/MachineDominators.h"
Public Types | |
using | NodeRef = Node * |
using | ChildIteratorType = ChildIterator |
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 260 of file MachineDominators.h.
using llvm::MachineDomTreeGraphTraitsBase< Node, ChildIterator >::ChildIteratorType = ChildIterator |
Definition at line 262 of file MachineDominators.h.
using llvm::MachineDomTreeGraphTraitsBase< Node, ChildIterator >::NodeRef = Node * |
Definition at line 261 of file MachineDominators.h.
|
inlinestatic |
Definition at line 265 of file MachineDominators.h.
|
inlinestatic |
Definition at line 266 of file MachineDominators.h.
|
inlinestatic |
Definition at line 264 of file MachineDominators.h.