LLVM API Documentation
Public Member Functions | |
DOTGraphTraits (bool isSimple=false) | |
std::string | getNodeLabel (DomTreeNode *Node, DomTreeNode *Graph) |
Definition at line 29 of file DomPrinter.cpp.
llvm::DOTGraphTraits< DomTreeNode * >::DOTGraphTraits | ( | bool | isSimple = false | ) | [inline] |
Reimplemented in llvm::DOTGraphTraits< PostDominatorTree * >, and llvm::DOTGraphTraits< DominatorTree * >.
Definition at line 31 of file DomPrinter.cpp.
std::string llvm::DOTGraphTraits< DomTreeNode * >::getNodeLabel | ( | DomTreeNode * | Node, |
DomTreeNode * | Graph | ||
) | [inline] |
Definition at line 34 of file DomPrinter.cpp.
References llvm::DomTreeNodeBase< NodeT >::getBlock(), and llvm::BasicBlock::getParent().