|
LLVM
3.7.0
|
#include <MachineDominators.h>
Public Types | |
| typedef MachineDomTreeNode | NodeType |
| typedef NodeType::iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (NodeType *N) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
Definition at line 251 of file MachineDominators.h.
Definition at line 253 of file MachineDominators.h.
| typedef MachineDomTreeNode llvm::GraphTraits< MachineDomTreeNode * >::NodeType |
Definition at line 252 of file MachineDominators.h.
|
inlinestatic |
Definition at line 258 of file MachineDominators.h.
References llvm::DomTreeNodeBase< T >::begin().
|
inlinestatic |
Definition at line 261 of file MachineDominators.h.
References llvm::DomTreeNodeBase< T >::end().
|
inlinestatic |
Definition at line 255 of file MachineDominators.h.
References N.
1.8.6