LLVM API Documentation
#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 181 of file MachineDominators.h.
Definition at line 183 of file MachineDominators.h.
typedef MachineDomTreeNode llvm::GraphTraits< MachineDomTreeNode * >::NodeType |
Definition at line 182 of file MachineDominators.h.
|
inlinestatic |
Definition at line 188 of file MachineDominators.h.
References llvm::DomTreeNodeBase< NodeT >::begin().
|
inlinestatic |
Definition at line 191 of file MachineDominators.h.
References llvm::DomTreeNodeBase< NodeT >::end().
|
inlinestatic |
Definition at line 185 of file MachineDominators.h.
References N.