Home
last modified time | relevance | path

Searched full:graphviz (Results 1 – 25 of 77) sorted by relevance

1234

/llvm-project/bolt/utils/dot2html/
H A Dd3-graphviz-template.html6 <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 Ddot2html.py7 HTML_TEMPLATE_NAME = "d3-graphviz-template.html"
/llvm-project/clang/lib/AST/
H A DStmtViz.cpp1 //===--- 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 DInheritViz.cpp1 //===- 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 DRegionPrinter.h38 /// 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 DSelectionDAGPrinter.cpp153 << "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 DREADME.txt111 -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 DViewOpGraph.h1 //===- ViewOpGraph.h - View/write op graphviz graphs ------------*- C++ -*-===//
9 // Defines interface to produce Graphviz outputs of MLIR op within block.
H A DPasses.td526 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 Dgraph_header_deps.py
/llvm-project/mlir/lib/Transforms/
H A DViewOpGraph.cpp1 //===- 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 DCycleTerminology.rst88 .. 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 Drequirements.txt1 graphviz
/llvm-project/llvm/lib/Support/
H A DGraphWriter.cpp221 // Graphviz in DisplayGraph()
222 if (S.TryFindProgram("Graphviz", ViewerPath)) { in DisplayGraph()
227 errs() << "Running 'Graphviz' program... "; in DisplayGraph()
/llvm-project/.github/workflows/
H A Ddocs.yml115 # swig and graphviz are lldb specific dependencies
116 sudo apt-get install -y cmake ninja-build swig graphviz
H A Drelease-doxygen.yml56 graphviz \
H A Drelease-documentation.yml49 graphviz \
/llvm-project/polly/docs/experiments/matmul/
H A Drunall.sh14 # 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 D2007-OriginalClangReadme.txt125 invoking Graphviz.
127 For more information on getting Graphviz to work with clang/LLVM,
/llvm-project/clang/tools/scan-build/man/
H A Dscan-build.1224 .Ic GraphViz .
227 .Ic GraphViz .
/llvm-project/llvm/utils/
H A Dcheck_ninja_deps.py31 build.ninja (in Graphviz format)
146 # Graphviz output keeps the actual file name of the target.
/llvm-project/llvm/lib/Analysis/
H A DRegionPrinter.cpp8 // 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 Dcindex-includes.py12 A simple command line tool for dumping a Graphviz description (dot) that
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp78 // 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 DUsingPollyWithClang.rst175 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

1234