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