Searched refs:getSimpleNodeLabel (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | CFGPrinter.h | 35 static std::string getSimpleNodeLabel(const BasicBlock *Node, 78 return getSimpleNodeLabel(Node, Graph);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 110 static std::string getSimpleNodeLabel(const SDNode *Node, in getSimpleNodeLabel() function 146 return DOTGraphTraits<SelectionDAG*>::getSimpleNodeLabel(Node, G); in getNodeLabel() 287 ::getSimpleNodeLabel(GluedNodes.back(), DAG); in getGraphNodeLabel()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 108 static std::string getSimpleNodeLabel(const SDNode *Node, in getSimpleNodeLabel() function 144 return DOTGraphTraits<SelectionDAG*>::getSimpleNodeLabel(Node, G); in getNodeLabel() 285 ::getSimpleNodeLabel(GluedNodes.back(), DAG); in getGraphNodeLabel()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 105 static std::string getSimpleNodeLabel(const SDNode *Node, in getSimpleNodeLabel() function 141 return DOTGraphTraits<SelectionDAG*>::getSimpleNodeLabel(Node, G); in getNodeLabel() 282 ::getSimpleNodeLabel(GluedNodes.back(), DAG); in getGraphNodeLabel()
|
/external/llvm/include/llvm/Analysis/ |
D | CFGPrinter.h | 34 static std::string getSimpleNodeLabel(const BasicBlock *Node, 94 return getSimpleNodeLabel(Node, Graph);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | CFGPrinter.h | 63 static std::string getSimpleNodeLabel(const BasicBlock *Node, 123 return getSimpleNodeLabel(Node, Graph);
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | DomPrinter.cpp | 44 ::getSimpleNodeLabel(BB, BB->getParent()); in getNodeLabel()
|
D | RegionPrinter.cpp | 48 ::getSimpleNodeLabel(BB, BB->getParent()); in getNodeLabel()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | DomPrinter.cpp | 44 ::getSimpleNodeLabel(BB, BB->getParent()); in getNodeLabel()
|
D | RegionPrinter.cpp | 51 ::getSimpleNodeLabel(BB, BB->getParent()); in getNodeLabel()
|
/external/llvm/lib/Analysis/ |
D | DomPrinter.cpp | 44 ::getSimpleNodeLabel(BB, BB->getParent()); in getNodeLabel()
|
D | RegionPrinter.cpp | 51 ::getSimpleNodeLabel(BB, BB->getParent()); in getNodeLabel()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 899 return DOTGraphTraits<const Function *>::getSimpleNodeLabel(B, nullptr); in getBlockName()
|