Searched refs:viewGraph (Results 1 - 17 of 17) sorted by relevance

/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp1 //===-- ScheduleDAGPrinter.cpp - Implement ScheduleDAG::viewGraph() -------===//
10 // This implements the ScheduleDAG::viewGraph method.
84 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
87 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) { function in class:ScheduleDAG
92 errs() << "ScheduleDAG::viewGraph is only available in debug builds on "
98 void ScheduleDAG::viewGraph() { function in class:ScheduleDAG
99 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName());
H A DMachineScheduler.cpp697 if (ViewMISchedDAGs) viewGraph();
1099 if (ViewMISchedDAGs) viewGraph();
3538 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
3541 void ScheduleDAGMI::viewGraph(const Twine &Name, const Twine &Title) { function in class:ScheduleDAGMI
3545 errs() << "ScheduleDAGMI::viewGraph is only available in debug builds on "
3551 void ScheduleDAGMI::viewGraph() { function in class:ScheduleDAGMI
3552 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName());
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DScheduleDAGPrinter.cpp1 //===-- 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() { function in class:ScheduleDAG
96 errs() << "ScheduleDAG::viewGraph is only available in debug builds on "
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp1 //===-- SelectionDAGPrinter.cpp - Implement SelectionDAG::viewGraph() -----===//
10 // This implements the SelectionDAG::viewGraph method.
150 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
153 void SelectionDAG::viewGraph(const std::string &Title) { function in class:SelectionDAG
159 errs() << "SelectionDAG::viewGraph is only available in debug builds on "
166 void SelectionDAG::viewGraph() { function in class:SelectionDAG
167 viewGraph("");
H A DSelectionDAGISel.cpp750 CurDAG->viewGraph("dag-combine1 input for " + BlockName);
764 CurDAG->viewGraph("legalize-types input for " + BlockName);
779 CurDAG->viewGraph("dag-combine-lt input for " + BlockName);
805 CurDAG->viewGraph("dag-combine-lv input for " + BlockName);
819 CurDAG->viewGraph("legalize input for " + BlockName);
830 CurDAG->viewGraph("dag-combine2 input for " + BlockName);
845 CurDAG->viewGraph("isel input for " + BlockName);
858 CurDAG->viewGraph("scheduler input for " + BlockName);
869 Scheduler->viewGraph();
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp1 //===-- 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) { function in class:SelectionDAG
154 errs() << "SelectionDAG::viewGraph is only available in debug builds on "
161 void SelectionDAG::viewGraph() { function in class:SelectionDAG
162 viewGraph("");
H A DSelectionDAGISel.cpp487 if (ViewDAGCombine1) CurDAG->viewGraph("dag-combine1 input for " + BlockName);
500 if (ViewLegalizeTypesDAGs) CurDAG->viewGraph("legalize-types input for " +
514 CurDAG->viewGraph("dag-combine-lt input for " + BlockName);
539 CurDAG->viewGraph("dag-combine-lv input for " + BlockName);
552 if (ViewLegalizeDAGs) CurDAG->viewGraph("legalize input for " + BlockName);
562 if (ViewDAGCombine2) CurDAG->viewGraph("dag-combine2 input for " + BlockName);
576 if (ViewISelDAGs) CurDAG->viewGraph("isel input for " + BlockName);
588 if (ViewSchedDAGs) CurDAG->viewGraph("scheduler input for " + BlockName);
598 if (ViewSUnitDAGs) Scheduler->viewGraph();
/external/clang/include/clang/Serialization/
H A DModuleManager.h284 void viewGraph();
/external/clang/include/clang/Analysis/
H A DCallGraph.h91 void viewGraph() const;
/external/clang/lib/Analysis/
H A DCallGraph.cpp195 void CallGraph::viewGraph() const { function in class:CallGraph
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp129 CG.viewGraph();
/external/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h318 void viewGraph(const Twine &Name, const Twine &Title) override;
319 void viewGraph() override;
H A DScheduleDAG.h607 /// viewGraph - Pop up a GraphViz/gv window with the ScheduleDAG rendered
610 virtual void viewGraph(const Twine &Name, const Twine &Title);
611 virtual void viewGraph();
H A DSelectionDAG.h334 void viewGraph(const std::string &Title);
335 void viewGraph();
/external/clang/lib/Serialization/
H A DModuleManager.cpp473 void ModuleManager::viewGraph() { function in class:ModuleManager
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DScheduleDAG.h517 /// viewGraph - Pop up a GraphViz/gv window with the ScheduleDAG rendered
520 void viewGraph();
H A DSelectionDAG.h208 /// viewGraph - Pop up a GraphViz/gv window with the DAG rendered using 'dot'.
210 void viewGraph(const std::string &Title);
211 void viewGraph();

Completed in 516 milliseconds