LLVM API Documentation
#include <Dominators.h>
Static Public Member Functions | |
static NodeType * | getEntryNode (DominatorTree *DT) |
static nodes_iterator | nodes_begin (DominatorTree *N) |
static nodes_iterator | nodes_end (DominatorTree *N) |
Definition at line 142 of file Dominators.h.
static NodeType* llvm::GraphTraits< DominatorTree * >::getEntryNode | ( | DominatorTree * | DT | ) | [inline, static] |
Definition at line 144 of file Dominators.h.
References llvm::DominatorTreeBase< NodeT >::getRootNode().
static nodes_iterator llvm::GraphTraits< DominatorTree * >::nodes_begin | ( | DominatorTree * | N | ) | [inline, static] |
Definition at line 148 of file Dominators.h.
References llvm::df_begin().
static nodes_iterator llvm::GraphTraits< DominatorTree * >::nodes_end | ( | DominatorTree * | N | ) | [inline, static] |
Definition at line 152 of file Dominators.h.
References llvm::df_end().