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

  /external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 1 //===-- ScheduleDAGPrinter.cpp - Implement ScheduleDAG::viewGraph() -------===//
10 // This implements the ScheduleDAG::viewGraph method.
82 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
85 void ScheduleDAG::viewGraph() {
89 ViewGraph(this, "dag." + MF.getFunction()->getNameStr(), false,
93 ViewGraph(this, "dag." + MF.getFunction()->getNameStr(), false,
96 errs() << "ScheduleDAG::viewGraph is only available in debug builds on "
EdgeBundles.cpp 74 ViewGraph(*this, "EdgeBundles");
MachineFunction.cpp 371 ViewGraph(this, "mf" + getFunction()->getNameStr());
381 ViewGraph(this, "mf" + getFunction()->getNameStr(), true);
  /external/clang/lib/AST/
StmtViz.cpp 23 llvm::ViewGraph(this,"AST");
  /external/llvm/lib/Analysis/
CFGPrinter.cpp 146 ViewGraph(this, "cfg" + getNameStr());
155 ViewGraph(this, "cfg" + getNameStr(), true);
  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 35 ViewGraph(Graph, Name, Simple, Title);
  /external/clang/lib/Index/
CallGraph.cpp 132 llvm::ViewGraph(*this, "CallGraph");
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 120 /// ViewGraph - Visualize the ExplodedGraph created by executing the
122 void ViewGraph(bool trim = false);
124 void ViewGraph(ExplodedNode** Beg, ExplodedNode** End);
  /external/clang/lib/Serialization/
ModuleManager.cpp 250 void ModuleManager::viewGraph() {
251 llvm::ViewGraph(*this, "Modules");
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 1 //===-- SelectionDAGPrinter.cpp - Implement SelectionDAG::viewGraph() -----===//
10 // This implements the SelectionDAG::viewGraph method.
145 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
148 void SelectionDAG::viewGraph(const std::string &Title) {
151 ViewGraph(this, "dag." + getMachineFunction().getFunction()->getNameStr(),
154 errs() << "SelectionDAG::viewGraph is only available in debug builds on "
161 void SelectionDAG::viewGraph() {
162 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 std::string &Name,
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 329 Eng.ViewGraph(mgr.shouldTrimGraph());
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 662 milliseconds