LLVM API Documentation

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

List of all members.

Public Member Functions

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

Static Public Member Functions

static std::string getGraphName (PostDominatorTree *DT)

Detailed Description

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

Definition at line 67 of file DomPrinter.cpp.


Constructor & Destructor Documentation

Reimplemented from llvm::DOTGraphTraits< DomTreeNode * >.

Definition at line 70 of file DomPrinter.cpp.


Member Function Documentation

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

Definition at line 73 of file DomPrinter.cpp.

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

Definition at line 77 of file DomPrinter.cpp.

References llvm::PostDominatorTree::getRootNode().


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