|
LLVM
4.0.0
|
#include <PostDominators.h>
Static Public Member Functions | |
| static NodeRef | getEntryNode (PostDominatorTree *DT) |
| static nodes_iterator | nodes_begin (PostDominatorTree *N) |
| static nodes_iterator | nodes_end (PostDominatorTree *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 82 of file PostDominators.h.
|
inlinestatic |
Definition at line 84 of file PostDominators.h.
References llvm::DominatorTreeBase< N >::getRootNode().
|
inlinestatic |
Definition at line 88 of file PostDominators.h.
References llvm::df_begin(), and llvm::df_end().
|
inlinestatic |
Definition at line 95 of file PostDominators.h.
References llvm::df_end().
1.8.6