LLVM API Documentation

Static Public Member Functions
llvm::GraphTraits< PostDominatorTree * > Struct Template Reference

#include <PostDominators.h>

Inheritance diagram for llvm::GraphTraits< PostDominatorTree * >:
Inheritance graph
[legend]
Collaboration diagram for llvm::GraphTraits< PostDominatorTree * >:
Collaboration graph
[legend]

List of all members.

Static Public Member Functions

static NodeTypegetEntryNode (PostDominatorTree *DT)
static nodes_iterator nodes_begin (PostDominatorTree *N)
static nodes_iterator nodes_end (PostDominatorTree *N)

Detailed Description

template<>
struct llvm::GraphTraits< PostDominatorTree * >

Definition at line 91 of file PostDominators.h.


Member Function Documentation

static NodeType* llvm::GraphTraits< PostDominatorTree * >::getEntryNode ( PostDominatorTree DT) [inline, static]

Definition at line 93 of file PostDominators.h.

References llvm::PostDominatorTree::getRootNode().

static nodes_iterator llvm::GraphTraits< PostDominatorTree * >::nodes_begin ( PostDominatorTree N) [inline, static]

Definition at line 97 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 104 of file PostDominators.h.

References llvm::df_end().


The documentation for this struct was generated from the following file: