|
LLVM
4.0.0
|
#include <Dominators.h>
Public Types | |
| typedef Node * | NodeRef |
| typedef ChildIterator | ChildIteratorType |
| typedef df_iterator< Node *, df_iterator_default_set < Node * > > | nodes_iterator |
Static Public Member Functions | |
| 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) |
Definition at line 150 of file Dominators.h.
| typedef ChildIterator llvm::DomTreeGraphTraitsBase< Node, ChildIterator >::ChildIteratorType |
Definition at line 152 of file Dominators.h.
| typedef Node* llvm::DomTreeGraphTraitsBase< Node, ChildIterator >::NodeRef |
Definition at line 151 of file Dominators.h.
| typedef df_iterator<Node *, df_iterator_default_set<Node*> > llvm::DomTreeGraphTraitsBase< Node, ChildIterator >::nodes_iterator |
Definition at line 153 of file Dominators.h.
|
inlinestatic |
Definition at line 156 of file Dominators.h.
|
inlinestatic |
Definition at line 157 of file Dominators.h.
|
inlinestatic |
Definition at line 155 of file Dominators.h.
Referenced by llvm::DomTreeGraphTraitsBase< DomTreeNode, DomTreeNode::iterator >::nodes_begin(), and llvm::DomTreeGraphTraitsBase< DomTreeNode, DomTreeNode::iterator >::nodes_end().
|
inlinestatic |
Definition at line 159 of file Dominators.h.
|
inlinestatic |
Definition at line 163 of file Dominators.h.
1.8.6