HomeSort by relevance Sort by last modified time
    Searched refs:ViewGraph (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/AST/
StmtViz.cpp 23 llvm::ViewGraph(this,"AST");
  /external/llvm/lib/Analysis/
CFGPrinter.cpp 146 ViewGraph(this, "cfg" + getName());
155 ViewGraph(this, "cfg" + getName(), true);
  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 35 ViewGraph(Graph, Name, Simple, Title);
  /external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 1 //===-- ScheduleDAGPrinter.cpp - Implement ScheduleDAG::viewGraph() -------===//
10 // This implements the ScheduleDAG::viewGraph method.
81 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
84 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) {
87 ViewGraph(this, Name, false, Title);
89 errs() << "ScheduleDAG::viewGraph is only available in debug builds on "
95 void ScheduleDAG::viewGraph() {
96 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName());
EdgeBundles.cpp 74 ViewGraph(*this, "EdgeBundles");
MachineFunction.cpp 376 ViewGraph(this, "mf" + getFunction()->getName());
386 ViewGraph(this, "mf" + getFunction()->getName(), true);
  /external/clang/lib/Analysis/
CallGraph.cpp 149 void CallGraph::viewGraph() const {
150 llvm::ViewGraph(this, "CallGraph");
CFG.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 141 /// ViewGraph - Visualize the ExplodedGraph created by executing the
143 void ViewGraph(bool trim = false);
145 void ViewGraph(ExplodedNode** Beg, ExplodedNode** End);
  /external/clang/lib/Serialization/
ModuleManager.cpp 251 void ModuleManager::viewGraph() {
252 llvm::ViewGraph(*this, "Modules");
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 1 //===-- SelectionDAGPrinter.cpp - Implement SelectionDAG::viewGraph() -----===//
10 // This implements the SelectionDAG::viewGraph method.
143 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
146 void SelectionDAG::viewGraph(const std::string &Title) {
149 ViewGraph(this, "dag." + getMachineFunction().getFunction()->getName(),
152 errs() << "SelectionDAG::viewGraph is only available in debug builds on "
159 void SelectionDAG::viewGraph() {
160 viewGraph("");
  /external/llvm/include/llvm/Support/
GraphWriter.h 340 /// ViewGraph - Emit a dot graph, run 'dot', run gv on the postscript file,
344 void ViewGraph(const GraphType &G, const Twine &Name,
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 532 Eng.ViewGraph(Mgr->shouldTrimGraph());

Completed in 355 milliseconds