/external/llvm-project/llvm/include/llvm/Support/ |
D | GraphWriter.h | 310 bool ShortNames = false, 313 GraphWriter<GraphType> W(O, G, ShortNames); 329 bool ShortNames = false, 355 llvm::WriteGraph(O, G, ShortNames, Title); 366 const Twine &Title, bool ShortNames = false, 368 llvm::WriteGraph(G, Name, ShortNames, Title, FileName.str()); 377 bool ShortNames = false, const Twine &Title = "", 379 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
|
/external/llvm/include/llvm/Support/ |
D | GraphWriter.h | 312 bool ShortNames = false, 315 GraphWriter<GraphType> W(O, G, ShortNames); 327 bool ShortNames = false, const Twine &Title = "") { 340 llvm::WriteGraph(O, G, ShortNames, Title); 351 bool ShortNames = false, const Twine &Title = "", 353 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GraphWriter.h | 310 bool ShortNames = false, 313 GraphWriter<GraphType> W(O, G, ShortNames); 329 bool ShortNames = false, 356 llvm::WriteGraph(O, G, ShortNames, Title); 367 bool ShortNames = false, const Twine &Title = "", 369 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | RegionPrinter.cpp | 231 static void viewRegionInfo(RegionInfo *RI, bool ShortNames) { in viewRegionInfo() argument 237 llvm::ViewGraph(RI, "reg", ShortNames, in viewRegionInfo()
|
/external/llvm/lib/Analysis/ |
D | RegionPrinter.cpp | 231 static void viewRegionInfo(RegionInfo *RI, bool ShortNames) { in viewRegionInfo() argument 237 llvm::ViewGraph(RI, "reg", ShortNames, in viewRegionInfo()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | RegionPrinter.cpp | 231 static void viewRegionInfo(RegionInfo *RI, bool ShortNames) { in viewRegionInfo() argument 237 llvm::ViewGraph(RI, "reg", ShortNames, in viewRegionInfo()
|
/external/llvm/lib/CodeGen/ |
D | EdgeBundles.cpp | 74 bool ShortNames, in WriteGraph() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | EdgeBundles.cpp | 76 bool ShortNames, in WriteGraph() argument
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | EdgeBundles.cpp | 77 bool ShortNames, in WriteGraph() argument
|
/external/pigweed/pw_log/ |
D | basic_log_test.cc | 143 TEST(BasicLog, ShortNames) { in TEST() argument
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | virtual_placer_test.cc | 56 TEST(VirtualPlacerTest, ShortNames) { in TEST() argument
|