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

/external/llvm/include/llvm/Analysis/
H A DCFGPrinter.h35 static std::string getSimpleNodeLabel(const BasicBlock *Node, function in struct:llvm::DOTGraphTraits
78 return getSimpleNodeLabel(Node, Graph);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp102 static std::string getSimpleNodeLabel(const SDNode *Node, function in struct:llvm::DOTGraphTraits
138 return DOTGraphTraits<SelectionDAG*>::getSimpleNodeLabel(Node, G);
279 ::getSimpleNodeLabel(GluedNodes.back(), DAG);

Completed in 51 milliseconds