HomeSort by relevance Sort by last modified time
    Searched refs:WriteGraph (Results 1 - 25 of 48) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
EdgeBundles.h 61 /// Specialize WriteGraph, the standard implementation won't work.
62 raw_ostream &WriteGraph(raw_ostream &O, const EdgeBundles &G,
  /external/tensorflow/tensorflow/core/kernels/
summary_interface.h 52 virtual Status WriteGraph(int64 global_step,
  /external/swiftshader/third_party/LLVM/lib/Analysis/
CFGPrinter.cpp 87 WriteGraph(File, (const Function*)&F);
121 WriteGraph(File, (const Function*)&F, true);
  /external/clang/lib/AST/
InheritViz.cpp 44 void WriteGraph(QualType Type) {
153 Writer.WriteGraph(Self);
  /external/llvm/lib/Analysis/
CFGPrinter.cpp 87 WriteGraph(File, (const Function*)&F);
121 WriteGraph(File, (const Function*)&F, true);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DOTGraphTraitsPass.h 70 WriteGraph(File, Graph, Simple, Title);
  /external/swiftshader/third_party/LLVM/tools/opt/
GraphPrinters.cpp 34 WriteGraph(F.os(), GT);
  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 108 WriteGraph(File, Graph, IsSimple, Title);
170 WriteGraph(File, Graph, IsSimple, Title);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 108 WriteGraph(File, Graph, IsSimple, Title);
170 WriteGraph(File, Graph, IsSimple, Title);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
DOTGraphTraitsPass.h 108 WriteGraph(File, Graph, IsSimple, Title);
170 WriteGraph(File, Graph, IsSimple, Title);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
DOTGraphTraitsPass.h 108 WriteGraph(File, Graph, IsSimple, Title);
170 WriteGraph(File, Graph, IsSimple, Title);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
DOTGraphTraitsPass.h 108 WriteGraph(File, Graph, IsSimple, Title);
170 WriteGraph(File, Graph, IsSimple, Title);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
DOTGraphTraitsPass.h 108 WriteGraph(File, Graph, IsSimple, Title);
170 WriteGraph(File, Graph, IsSimple, Title);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
DOTGraphTraitsPass.h 108 WriteGraph(File, Graph, IsSimple, Title);
170 WriteGraph(File, Graph, IsSimple, Title);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
DOTGraphTraitsPass.h 108 WriteGraph(File, Graph, IsSimple, Title);
170 WriteGraph(File, Graph, IsSimple, Title);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 108 WriteGraph(File, Graph, IsSimple, Title);
170 WriteGraph(File, Graph, IsSimple, Title);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
DOTGraphTraitsPass.h 108 WriteGraph(File, Graph, IsSimple, Title);
170 WriteGraph(File, Graph, IsSimple, Title);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
DOTGraphTraitsPass.h 108 WriteGraph(File, Graph, IsSimple, Title);
170 WriteGraph(File, Graph, IsSimple, Title);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
DOTGraphTraitsPass.h 108 WriteGraph(File, Graph, IsSimple, Title);
170 WriteGraph(File, Graph, IsSimple, Title);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
DOTGraphTraitsPass.h 108 WriteGraph(File, Graph, IsSimple, Title);
170 WriteGraph(File, Graph, IsSimple, Title);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
DOTGraphTraitsPass.h 108 WriteGraph(File, Graph, IsSimple, Title);
170 WriteGraph(File, Graph, IsSimple, Title);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
DOTGraphTraitsPass.h 108 WriteGraph(File, Graph, IsSimple, Title);
170 WriteGraph(File, Graph, IsSimple, Title);
  /external/llvm/include/llvm/Support/
GraphWriter.h 99 void writeGraph(const std::string &Title = "") {
311 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G,
318 W.writeGraph(Title.str());
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/llvm/lib/CodeGen/
EdgeBundles.cpp 70 /// Specialize WriteGraph, the standard implementation won't work.
73 raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G,
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
GraphWriter.h 95 void writeGraph(const std::string &Title = "") {
297 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G,
304 W.writeGraph(Title);
310 sys::Path WriteGraph(const GraphType &G, const std::string &Name,
330 llvm::WriteGraph(O, G, ShortNames, Title);
347 sys::Path Filename = llvm::WriteGraph(G, Name, ShortNames, Title);

Completed in 5146 milliseconds

1 2