Searched defs:getSimpleNodeLabel (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DCFGPrinter.h34 static std::string getSimpleNodeLabel(const BasicBlock *Node, function in struct:llvm::DOTGraphTraits
94 return getSimpleNodeLabel(Node, Graph);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp110 static std::string getSimpleNodeLabel(const SDNode *Node, function in struct:llvm::DOTGraphTraits
146 return DOTGraphTraits<SelectionDAG*>::getSimpleNodeLabel(Node, G);
287 ::getSimpleNodeLabel(GluedNodes.back(), DAG);

Completed in 1619 milliseconds