Home
last modified time | relevance | path

Searched refs:getSimpleNodeLabel (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp107 static std::string getSimpleNodeLabel(const SDNode *Node, in getSimpleNodeLabel() function
143 return DOTGraphTraits<SelectionDAG*>::getSimpleNodeLabel(Node, G); in getNodeLabel()
284 ::getSimpleNodeLabel(GluedNodes.back(), DAG); in getGraphNodeLabel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCFGPrinter.h62 static std::string getSimpleNodeLabel(const BasicBlock *Node,
122 return getSimpleNodeLabel(Node, Graph);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDomPrinter.cpp44 ::getSimpleNodeLabel(BB, BB->getParent()); in getNodeLabel()
DRegionPrinter.cpp51 ::getSimpleNodeLabel(BB, BB->getParent()); in getNodeLabel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp901 return DOTGraphTraits<const Function *>::getSimpleNodeLabel(B, nullptr); in getBlockName()