LLVM API Documentation
#include <PostDominators.h>
Static Public Member Functions | |
static NodeType * | getEntryNode (PostDominatorTree *DT) |
static nodes_iterator | nodes_begin (PostDominatorTree *N) |
static nodes_iterator | nodes_end (PostDominatorTree *N) |
Definition at line 97 of file PostDominators.h.
static NodeType* llvm::GraphTraits< PostDominatorTree * >::getEntryNode | ( | PostDominatorTree * | DT | ) | [inline, static] |
Definition at line 99 of file PostDominators.h.
References llvm::PostDominatorTree::getRootNode().
static nodes_iterator llvm::GraphTraits< PostDominatorTree * >::nodes_begin | ( | PostDominatorTree * | N | ) | [inline, static] |
Definition at line 103 of file PostDominators.h.
References llvm::df_begin(), and llvm::df_end().
static nodes_iterator llvm::GraphTraits< PostDominatorTree * >::nodes_end | ( | PostDominatorTree * | N | ) | [inline, static] |
Definition at line 110 of file PostDominators.h.
References llvm::df_end().