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.
| static ChildIteratorType llvm::GraphTraits< MachineDomTreeNode * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 188 of file MachineDominators.h.
References llvm::DomTreeNodeBase< NodeT >::begin().
| static ChildIteratorType llvm::GraphTraits< MachineDomTreeNode * >::child_end | ( | NodeType * | N | ) | [inline, static] |
Definition at line 191 of file MachineDominators.h.
References llvm::DomTreeNodeBase< NodeT >::end().
| static NodeType* llvm::GraphTraits< MachineDomTreeNode * >::getEntryNode | ( | NodeType * | N | ) | [inline, static] |
Definition at line 185 of file MachineDominators.h.