LLVM API Documentation

Public Member Functions | Static Public Member Functions
llvm::DOTGraphTraits< DominatorTree * > Struct Template Reference
Inheritance diagram for llvm::DOTGraphTraits< DominatorTree * >:
Inheritance graph
[legend]
Collaboration diagram for llvm::DOTGraphTraits< DominatorTree * >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DOTGraphTraits (bool isSimple=false)
std::string getNodeLabel (DomTreeNode *Node, DominatorTree *G)

Static Public Member Functions

static std::string getGraphName (DominatorTree *DT)

Detailed Description

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

Definition at line 52 of file DomPrinter.cpp.


Constructor & Destructor Documentation

Reimplemented from llvm::DOTGraphTraits< DomTreeNode * >.

Definition at line 54 of file DomPrinter.cpp.


Member Function Documentation

static std::string llvm::DOTGraphTraits< DominatorTree * >::getGraphName ( DominatorTree DT) [inline, static]

Definition at line 57 of file DomPrinter.cpp.

std::string llvm::DOTGraphTraits< DominatorTree * >::getNodeLabel ( DomTreeNode Node,
DominatorTree G 
) [inline]

Definition at line 61 of file DomPrinter.cpp.

References llvm::DominatorTreeBase< NodeT >::getRootNode().


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