LLVM API Documentation

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 562 of file Dominators.h.


Member Function Documentation

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

Definition at line 564 of file Dominators.h.

References DT, and llvm::DominatorTreeBase::getRootNode().


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