|
LLVM
3.7.0
|
#include <Dominators.h>
Static Public Member Functions | |
| static NodeType * | getEntryNode (DominatorTree *DT) |
| static nodes_iterator | nodes_begin (DominatorTree *N) |
| static nodes_iterator | nodes_end (DominatorTree *N) |
Static Public Member Functions inherited from llvm::GraphTraits< DomTreeNode * > | |
| 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) |
Additional Inherited Members | |
Public Types inherited from llvm::GraphTraits< DomTreeNode * > | |
| typedef DomTreeNode | NodeType |
| typedef NodeType::iterator | ChildIteratorType |
| typedef df_iterator < DomTreeNode * > | nodes_iterator |
Definition at line 150 of file Dominators.h.
|
inlinestatic |
Definition at line 152 of file Dominators.h.
References llvm::DominatorTreeBase< N >::getRootNode().
|
inlinestatic |
Definition at line 156 of file Dominators.h.
References llvm::df_begin().
|
inlinestatic |
Definition at line 160 of file Dominators.h.
References llvm::df_end().
1.8.6