|
LLVM
4.0.0
|
#include <Dominators.h>
Static Public Member Functions | |
| static NodeRef | getEntryNode (DominatorTree *DT) |
| static nodes_iterator | nodes_begin (DominatorTree *N) |
| static nodes_iterator | nodes_end (DominatorTree *N) |
Static Public Member Functions inherited from llvm::DomTreeGraphTraitsBase< DomTreeNode, DomTreeNode::iterator > | |
| static NodeRef | getEntryNode (NodeRef N) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
| static nodes_iterator | nodes_begin (NodeRef N) |
| static nodes_iterator | nodes_end (NodeRef N) |
Additional Inherited Members | |
Public Types inherited from llvm::DomTreeGraphTraitsBase< DomTreeNode, DomTreeNode::iterator > | |
| typedef DomTreeNode * | NodeRef |
| typedef DomTreeNode::iterator | ChildIteratorType |
| typedef df_iterator < DomTreeNode *, df_iterator_default_set < DomTreeNode * > > | nodes_iterator |
Definition at line 175 of file Dominators.h.
|
inlinestatic |
Definition at line 177 of file Dominators.h.
References llvm::DominatorTreeBase< N >::getRootNode().
|
inlinestatic |
Definition at line 179 of file Dominators.h.
References llvm::df_begin().
|
inlinestatic |
Definition at line 183 of file Dominators.h.
References llvm::df_end().
1.8.6