Home
last modified time | relevance | path

Searched refs:WriteGraph (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm-project/llvm/include/llvm/Support/
DGraphWriter.h309 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G,
328 std::string WriteGraph(const GraphType &G, const Twine &Name,
355 llvm::WriteGraph(O, G, ShortNames, Title);
368 llvm::WriteGraph(G, Name, ShortNames, Title, FileName.str());
379 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
/external/llvm/lib/Analysis/
DCFGPrinter.cpp87 WriteGraph(File, (const Function*)&F); in runOnFunction()
121 WriteGraph(File, (const Function*)&F, true); in runOnFunction()
/external/llvm-project/clang/lib/AST/
DInheritViz.cpp43 void WriteGraph(QualType Type) { in WriteGraph() function in __anonbe34c4340111::InheritanceHierarchyWriter
152 Writer.WriteGraph(Self); in viewInheritance()
/external/clang/lib/AST/
DInheritViz.cpp44 void WriteGraph(QualType Type) { in WriteGraph() function in __anonff7836860111::InheritanceHierarchyWriter
153 Writer.WriteGraph(Self); in viewInheritance()
/external/llvm/include/llvm/Support/
DGraphWriter.h311 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G,
326 std::string WriteGraph(const GraphType &G, const Twine &Name,
340 llvm::WriteGraph(O, G, ShortNames, Title);
353 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGraphWriter.h309 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G,
328 std::string WriteGraph(const GraphType &G, const Twine &Name,
356 llvm::WriteGraph(O, G, ShortNames, Title);
369 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
/external/llvm-project/mlir/lib/Transforms/
DViewOpGraph.cpp136 llvm::WriteGraph(os, &indexed_block.value(), short_names, in processModule()
160 return llvm::WriteGraph(os, &block, shortNames, title); in writeGraph()
DViewRegionGraph.cpp54 return llvm::WriteGraph(os, &region, shortNames, title); in writeGraph()
/external/llvm-project/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h105 WriteGraph(File, Graph, IsSimple, Title); in runOnFunction()
167 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
/external/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h108 WriteGraph(File, Graph, IsSimple, Title); in runOnFunction()
170 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h107 WriteGraph(File, Graph, IsSimple, Title); in runOnFunction()
169 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
/external/tensorflow/tensorflow/core/kernels/
Dsummary_interface.h53 virtual Status WriteGraph(int64 global_step,
Dsummary_kernels.cc334 OP_REQUIRES_OK(ctx, s->WriteGraph(step, std::move(graph))); in Compute()
/external/llvm/lib/CodeGen/
DEdgeBundles.cpp73 raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G, in WriteGraph() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DEdgeBundles.cpp75 raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G, in WriteGraph() function
/external/llvm-project/llvm/lib/CodeGen/
DEdgeBundles.cpp76 raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G, in WriteGraph() function
/external/libchrome/base/metrics/
Dstatistics_recorder.cc148 void StatisticsRecorder::WriteGraph(const std::string& query, in WriteGraph() function in base::StatisticsRecorder
409 WriteGraph("", &output); in InitLogOnShutdownWhileLocked()
Dstatistics_recorder.h103 static void WriteGraph(const std::string& query, std::string* output);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFGPrinter.cpp107 WriteGraph(File, (const Function*)&F, CFGOnly); in writeCFGToDotFile()
/external/tensorflow/tensorflow/core/summary/
Dsummary_file_writer.cc132 Status WriteGraph(int64 global_step, in WriteGraph() function in tensorflow::__anon1ff24e6e0111::SummaryFileWriter
Dsummary_db_writer_test.cc271 TEST_F(SummaryDbWriterTest, WriteGraph) { in TEST_F() argument
/external/llvm-project/llvm/lib/Analysis/
DCallPrinter.cpp282 WriteGraph(File, &CFGInfo); in runOnModule()
DCFGPrinter.cpp74 WriteGraph(File, &CFGInfo, CFGOnly); in writeCFGToDotFile()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp520 WriteGraph(fd_cfg, (const Function*)f); in DumpToFile()
/external/llvm-project/llvm/lib/Target/X86/
DX86LoadValueInjectionLoadHardening.cpp248 WriteGraph(OS, G, /*ShortNames*/ false, in writeGadgetGraph()

12