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 547 of file Dominators.h.
Definition at line 549 of file Dominators.h.
typedef DominatorTree::Node llvm::GraphTraits< DominatorTree::Node * >::NodeType |
Definition at line 548 of file Dominators.h.
static ChildIteratorType llvm::GraphTraits< DominatorTree::Node * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 554 of file Dominators.h.
static ChildIteratorType llvm::GraphTraits< DominatorTree::Node * >::child_end | ( | NodeType * | N | ) | [inline, static] |
Definition at line 557 of file Dominators.h.
static NodeType* llvm::GraphTraits< DominatorTree::Node * >::getEntryNode | ( | NodeType * | N | ) | [inline, static] |
Definition at line 551 of file Dominators.h.