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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp1 //===-- ScheduleDAGPrinter.cpp - Implement ScheduleDAG::viewGraph() -------===//
10 // This implements the ScheduleDAG::viewGraph method.
85 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
88 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) { function in class:ScheduleDAG
93 errs() << "ScheduleDAG::viewGraph is only available in debug builds on "
99 void ScheduleDAG::viewGraph() { function in class:ScheduleDAG
100 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName());
H A DMachineScheduler.cpp685 if (ViewMISchedDAGs) viewGraph();
1055 if (ViewMISchedDAGs) viewGraph();
3398 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
3401 void ScheduleDAGMI::viewGraph(const Twine &Name, const Twine &Title) { function in class:ScheduleDAGMI
3405 errs() << "ScheduleDAGMI::viewGraph is only available in debug builds on "
3411 void ScheduleDAGMI::viewGraph() { function in class:ScheduleDAGMI
3412 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName());
/freebsd-11.0-release/contrib/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.cpp739 CurDAG->viewGraph("dag-combine1 input for " + BlockName);
753 CurDAG->viewGraph("legalize-types input for " + BlockName);
768 CurDAG->viewGraph("dag-combine-lt input for " + BlockName);
794 CurDAG->viewGraph("dag-combine-lv input for " + BlockName);
808 CurDAG->viewGraph("legalize input for " + BlockName);
819 CurDAG->viewGraph("dag-combine2 input for " + BlockName);
834 CurDAG->viewGraph("isel input for " + BlockName);
847 CurDAG->viewGraph("scheduler input for " + BlockName);
857 if (ViewSUnitDAGs && MatchFilterBB) Scheduler->viewGraph();
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DModuleManager.h284 void viewGraph();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCallGraph.cpp195 void CallGraph::viewGraph() const { function in class:CallGraph
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp129 CG.viewGraph();
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCallGraph.h91 void viewGraph() const;
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h320 void viewGraph(const Twine &Name, const Twine &Title) override;
321 void viewGraph() override;
H A DScheduleDAG.h596 /// viewGraph - Pop up a GraphViz/gv window with the ScheduleDAG rendered
599 virtual void viewGraph(const Twine &Name, const Twine &Title);
600 virtual void viewGraph();
H A DSelectionDAG.h294 void viewGraph(const std::string &Title);
295 void viewGraph();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DModuleManager.cpp473 void ModuleManager::viewGraph() { function in class:ModuleManager

Completed in 108 milliseconds