Searched refs:setGraphColor (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 214 void SelectionDAG::setGraphColor(const SDNode *N, const char *Color) { in setGraphColor() function in SelectionDAG 242 setGraphColor(N, Color); in setSubgraphColorHelper()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 212 void SelectionDAG::setGraphColor(const SDNode *N, const char *Color) { in setGraphColor() function in SelectionDAG 240 setGraphColor(N, Color); in setSubgraphColorHelper()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 209 void SelectionDAG::setGraphColor(const SDNode *N, const char *Color) { in setGraphColor() function in SelectionDAG 237 setGraphColor(N, Color); in setSubgraphColorHelper()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAG.h | 231 void setGraphColor(const SDNode *N, const char *Color);
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 353 void setGraphColor(const SDNode *N, const char *Color);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 427 void setGraphColor(const SDNode *N, const char *Color);
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 743 nodes in large complex graphs. From gdb, if you ``call DAG.setGraphColor(node,
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ProgrammersManual.rst | 1310 nodes in large complex graphs. From gdb, if you ``call DAG.setGraphColor(node,
|