LLVM API Documentation
#include <Dominators.h>
Public Types | |
typedef DomTreeNode | NodeType |
typedef NodeType::iterator | ChildIteratorType |
typedef df_iterator < DomTreeNode * > | nodes_iterator |
Static Public Member Functions | |
static NodeType * | getEntryNode (NodeType *N) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
static nodes_iterator | nodes_begin (DomTreeNode *N) |
static nodes_iterator | nodes_end (DomTreeNode *N) |
DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators.
Definition at line 897 of file Dominators.h.
typedef NodeType::iterator llvm::GraphTraits< DomTreeNode * >::ChildIteratorType |
Definition at line 899 of file Dominators.h.
typedef df_iterator<DomTreeNode*> llvm::GraphTraits< DomTreeNode * >::nodes_iterator |
Definition at line 911 of file Dominators.h.
typedef DomTreeNode llvm::GraphTraits< DomTreeNode * >::NodeType |
Definition at line 898 of file Dominators.h.
|
inlinestatic |
Definition at line 904 of file Dominators.h.
References llvm::DomTreeNodeBase< NodeT >::begin().
|
inlinestatic |
Definition at line 907 of file Dominators.h.
References llvm::DomTreeNodeBase< NodeT >::end().
|
inlinestatic |
Definition at line 901 of file Dominators.h.
References N.
|
inlinestatic |
Definition at line 913 of file Dominators.h.
References llvm::df_begin().
|
inlinestatic |
Definition at line 917 of file Dominators.h.
References llvm::df_end().