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

/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp1 //===-- ScheduleDAGPrinter.cpp - Implement ScheduleDAG::viewGraph() -------===//
10 // This implements the ScheduleDAG::viewGraph method.
83 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
86 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) { function in class:ScheduleDAG
91 errs() << "ScheduleDAG::viewGraph is only available in debug builds on "
97 void ScheduleDAG::viewGraph() { function in class:ScheduleDAG
98 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName());
H A DMachineScheduler.cpp660 if (ViewMISchedDAGs) viewGraph();
1002 if (ViewMISchedDAGs) viewGraph();
3279 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
3282 void ScheduleDAGMI::viewGraph(const Twine &Name, const Twine &Title) { function in class:ScheduleDAGMI
3286 errs() << "ScheduleDAGMI::viewGraph is only available in debug builds on "
3292 void ScheduleDAGMI::viewGraph() { function in class:ScheduleDAGMI
3293 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp1 //===-- 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) { function in class:SelectionDAG
152 errs() << "SelectionDAG::viewGraph is only available in debug builds on "
159 void SelectionDAG::viewGraph() { function in class:SelectionDAG
160 viewGraph("");
H A DSelectionDAGISel.cpp668 if (ViewDAGCombine1) CurDAG->viewGraph("dag-combine1 input for " + BlockName);
681 if (ViewLegalizeTypesDAGs) CurDAG->viewGraph("legalize-types input for " +
697 CurDAG->viewGraph("dag-combine-lt input for " + BlockName);
723 CurDAG->viewGraph("dag-combine-lv input for " + BlockName);
736 if (ViewLegalizeDAGs) CurDAG->viewGraph("legalize input for " + BlockName);
746 if (ViewDAGCombine2) CurDAG->viewGraph("dag-combine2 input for " + BlockName);
760 if (ViewISelDAGs) CurDAG->viewGraph("isel input for " + BlockName);
772 if (ViewSchedDAGs) CurDAG->viewGraph("scheduler input for " + BlockName);
782 if (ViewSUnitDAGs) Scheduler->viewGraph();
/external/clang/include/clang/Serialization/
H A DModuleManager.h280 void viewGraph();
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp126 CG.viewGraph();
/external/clang/include/clang/Analysis/
H A DCallGraph.h91 void viewGraph() const;
/external/clang/lib/Analysis/
H A DCallGraph.cpp198 void CallGraph::viewGraph() const { function in class:CallGraph
/external/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h311 void viewGraph(const Twine &Name, const Twine &Title) override;
312 void viewGraph() override;
H A DScheduleDAG.h583 /// viewGraph - Pop up a GraphViz/gv window with the ScheduleDAG rendered
586 virtual void viewGraph(const Twine &Name, const Twine &Title);
587 virtual void viewGraph();
H A DSelectionDAG.h282 /// viewGraph - Pop up a GraphViz/gv window with the DAG rendered using 'dot'.
284 void viewGraph(const std::string &Title);
285 void viewGraph();
/external/clang/lib/Serialization/
H A DModuleManager.cpp460 void ModuleManager::viewGraph() { function in class:ModuleManager

Completed in 108 milliseconds