LLVM API Documentation
Public Member Functions | |
DOTGraphTraits (bool isSimple=false) | |
std::string | getNodeLabel (DomTreeNode *Node, PostDominatorTree *G) |
Static Public Member Functions | |
static std::string | getGraphName (PostDominatorTree *DT) |
Definition at line 67 of file DomPrinter.cpp.
llvm::DOTGraphTraits< PostDominatorTree * >::DOTGraphTraits | ( | bool | isSimple = false | ) | [inline] |
Reimplemented from llvm::DOTGraphTraits< DomTreeNode * >.
Definition at line 70 of file DomPrinter.cpp.
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().