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 97 of file PostDominators.h.


Member Function Documentation

Definition at line 99 of file PostDominators.h.

References llvm::PostDominatorTree::getRootNode().

Definition at line 103 of file PostDominators.h.

References llvm::df_begin(), and llvm::df_end().

Definition at line 110 of file PostDominators.h.

References llvm::df_end().


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