LLVM API Documentation
#include <Dominators.h>
Inheritance diagram for llvm::GraphTraits< DominatorTree::Node * >:

Public Types | |
| typedef DominatorTree::Node | NodeType |
| typedef NodeType::iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (NodeType *N) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
Definition at line 554 of file Dominators.h.
| typedef DominatorTree::Node llvm::GraphTraits< DominatorTree::Node * >::NodeType |
Definition at line 555 of file Dominators.h.
| typedef NodeType::iterator llvm::GraphTraits< DominatorTree::Node * >::ChildIteratorType |
Definition at line 556 of file Dominators.h.
| static NodeType* llvm::GraphTraits< DominatorTree::Node * >::getEntryNode | ( | NodeType * | N | ) | [inline, static] |
Definition at line 558 of file Dominators.h.
| static ChildIteratorType llvm::GraphTraits< DominatorTree::Node * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 561 of file Dominators.h.
| static ChildIteratorType llvm::GraphTraits< DominatorTree::Node * >::child_end | ( | NodeType * | N | ) | [inline, static] |
Definition at line 564 of file Dominators.h.