/llvm-project/bolt/utils/dot2html/ |
H A D | d3-graphviz-template.html | 6 <script src="https://unpkg.com/d3-graphviz@3.0.5/build/d3-graphviz.js"></script> 18 var graphviz = d3.select("#graph").graphviz(); 22 graphviz.transition(t).renderDot(dotSrc).on("end", interactive);
|
H A D | dot2html.py | 7 HTML_TEMPLATE_NAME = "d3-graphviz-template.html"
|
/llvm-project/clang/lib/AST/ |
H A D | StmtViz.cpp | 1 //===--- StmtViz.cpp - Graphviz visualization for Stmt ASTs -----*- C++ -*-===// 9 // This file implements Stmt::viewAST, which generates a Graphviz DOT file 10 // that depicts the AST and then calls Graphviz/dot+gv on it. 25 << "systems with Graphviz or gv!\n"; in viewAST()
|
H A D | InheritViz.cpp | 1 //===- InheritViz.cpp - Graphviz visualization for inheritance --*- C++ -*-===// 10 // generates a GraphViz DOT file that depicts the class inheritance 11 // diagram and then calls Graphviz/dot+gv on it. 28 /// GraphViz file that diagrams the inheritance hierarchy starting at 134 /// class using GraphViz.
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | RegionPrinter.h | 38 /// Open a viewer to display the GraphViz vizualization of the analysis 47 /// Analyze the regions of a function and open its GraphViz 58 /// Open a viewer to display the GraphViz vizualization of the analysis 67 /// Analyze the regions of a function and open its GraphViz
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGPrinter.cpp | 153 << "systems with Graphviz or gv!\n"; in viewGraph() 184 << "ABI breaking checks enabled on systems with Graphviz or gv!\n"; in clearGraphAttrs() 196 << "ABI breaking checks enabled on systems with Graphviz or gv!\n"; in setGraphAttrs() 214 << "ABI breaking checks enabled on systems with Graphviz or gv!\n"; in getGraphAttrs() 226 << "ABI breaking checks enabled on systems with Graphviz or gv!\n"; in setGraphColor() 258 << " on systems with Graphviz or gv!\n"; in setSubgraphColorHelper() 280 << " on systems with Graphviz or gv!\n"; in setSubgraphColor()
|
/llvm-project/clang/lib/StaticAnalyzer/ |
H A D | README.txt | 111 -analyzer-viz-egraph-graphviz 116 third generates a graphviz dot file of the ExplodedGraph. This is 125 -analyzer-checker=debug.ViewCFG View Control-Flow Graphs using GraphViz 132 debug.ViewCFG creates a GraphViz representation.
|
/llvm-project/mlir/include/mlir/Transforms/ |
H A D | ViewOpGraph.h | 1 //===- ViewOpGraph.h - View/write op graphviz graphs ------------*- C++ -*-===// 9 // Defines interface to produce Graphviz outputs of MLIR op within block.
|
H A D | Passes.td | 526 let summary = "Print Graphviz visualization of an operation"; 528 This pass prints a Graphviz graph of a module. 537 Note: See https://www.graphviz.org/doc/info/lang.html for more information 538 about the Graphviz DOT language.
|
/llvm-project/libcxx/utils/ |
H A D | graph_header_deps.py |
|
/llvm-project/mlir/lib/Transforms/ |
H A D | ViewOpGraph.cpp | 1 //===- ViewOpGraph.cpp - View/write op graphviz graphs --------------------===// 82 /// This pass generates a Graphviz dataflow visualization of an MLIR operation. 83 /// Note: See https://www.graphviz.org/doc/info/lang.html for more information 84 /// about the Graphviz DOT language. 352 /// Mapping of SSA values to Graphviz nodes/clusters.
|
/llvm-project/llvm/docs/ |
H A D | CycleTerminology.rst | 88 .. Graphviz source; the indented blocks below form a comment. 124 .. Graphviz source; the indented blocks below form a comment. 160 .. Graphviz source; the indented blocks below form a comment.
|
/llvm-project/clang/utils/analyzer/ |
H A D | requirements.txt | 1 graphviz
|
/llvm-project/llvm/lib/Support/ |
H A D | GraphWriter.cpp | 221 // Graphviz in DisplayGraph() 222 if (S.TryFindProgram("Graphviz", ViewerPath)) { in DisplayGraph() 227 errs() << "Running 'Graphviz' program... "; in DisplayGraph()
|
/llvm-project/.github/workflows/ |
H A D | docs.yml | 115 # swig and graphviz are lldb specific dependencies 116 sudo apt-get install -y cmake ninja-build swig graphviz
|
H A D | release-doxygen.yml | 56 graphviz \
|
H A D | release-documentation.yml | 49 graphviz \
|
/llvm-project/polly/docs/experiments/matmul/ |
H A D | runall.sh | 14 # We only create .dot files, as directly -view-scops directly calls graphviz 22 # graphviz which would require user interaction to continue the script.
|
/llvm-project/llvm/docs/HistoricalNotes/ |
H A D | 2007-OriginalClangReadme.txt | 125 invoking Graphviz. 127 For more information on getting Graphviz to work with clang/LLVM,
|
/llvm-project/clang/tools/scan-build/man/ |
H A D | scan-build.1 | 224 .Ic GraphViz . 227 .Ic GraphViz .
|
/llvm-project/llvm/utils/ |
H A D | check_ninja_deps.py | 31 build.ninja (in Graphviz format) 146 # Graphviz output keeps the actual file name of the target.
|
/llvm-project/llvm/lib/Analysis/ |
H A D | RegionPrinter.cpp | 8 // Print out the region tree of a function using dotty/graphviz. 28 cl::desc("Show only simple regions in the graphviz viewer"),
|
/llvm-project/clang/bindings/python/examples/cindex/ |
H A D | cindex-includes.py | 12 A simple command line tool for dumping a Graphviz description (dot) that
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.cpp | 78 // Render a graphviz graph specification to SVG using the `dot` tool. 479 // Laying out graphs is hard, so we construct a graphviz description and shell 490 // Produce a graphviz description of a CFG. 494 // Graphviz likes to add unhelpful tooltips everywhere, " " suppresses. in buildCFGDot()
|
/llvm-project/polly/docs/ |
H A D | UsingPollyWithClang.rst | 175 Polly can use graphviz to show the SCoPs it detects in a program. The relevant 177 'show' options automatically run dotty or another graphviz viewer to show the
|