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 321 of file MachineDominators.h.
Definition at line 323 of file MachineDominators.h.
typedef MachineDomTreeNode llvm::GraphTraits< MachineDomTreeNode * >::NodeType |
Definition at line 322 of file MachineDominators.h.
static ChildIteratorType llvm::GraphTraits< MachineDomTreeNode * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 328 of file MachineDominators.h.
References llvm::DomTreeNodeBase< NodeT >::begin().
static ChildIteratorType llvm::GraphTraits< MachineDomTreeNode * >::child_end | ( | NodeType * | N | ) | [inline, static] |
Definition at line 331 of file MachineDominators.h.
References llvm::DomTreeNodeBase< NodeT >::end().
static NodeType* llvm::GraphTraits< MachineDomTreeNode * >::getEntryNode | ( | NodeType * | N | ) | [inline, static] |
Definition at line 325 of file MachineDominators.h.