LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::GraphTraits< DominatorTree * > Struct Template Reference

#include <Dominators.h>

Inheritance diagram for llvm::GraphTraits< DominatorTree * >:

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

Collaboration graph
[legend]
List of all members.

Static Public Member Functions

static NodeTypegetEntryNode (DominatorTree *DT)

Detailed Description

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

Definition at line 430 of file Dominators.h.


Member Function Documentation

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

Definition at line 432 of file Dominators.h.

References llvm::DominatorTreeBase::getRootNode().


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