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

/freebsd-9.3-release/contrib/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.cpp665 if (ViewMISchedDAGs) viewGraph();
3125 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
3128 void ScheduleDAGMI::viewGraph(const Twine &Name, const Twine &Title) { function in class:ScheduleDAGMI
3132 errs() << "ScheduleDAGMI::viewGraph is only available in debug builds on "
3138 void ScheduleDAGMI::viewGraph() { function in class:ScheduleDAGMI
3139 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName());
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp1 //===-- SelectionDAGPrinter.cpp - Implement SelectionDAG::viewGraph() -----===//
10 // This implements the SelectionDAG::viewGraph method.
142 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
145 void SelectionDAG::viewGraph(const std::string &Title) { function in class:SelectionDAG
151 errs() << "SelectionDAG::viewGraph is only available in debug builds on "
158 void SelectionDAG::viewGraph() { function in class:SelectionDAG
159 viewGraph("");
H A DSelectionDAGISel.cpp649 if (ViewDAGCombine1) CurDAG->viewGraph("dag-combine1 input for " + BlockName);
662 if (ViewLegalizeTypesDAGs) CurDAG->viewGraph("legalize-types input for " +
678 CurDAG->viewGraph("dag-combine-lt input for " + BlockName);
704 CurDAG->viewGraph("dag-combine-lv input for " + BlockName);
717 if (ViewLegalizeDAGs) CurDAG->viewGraph("legalize input for " + BlockName);
727 if (ViewDAGCombine2) CurDAG->viewGraph("dag-combine2 input for " + BlockName);
741 if (ViewISelDAGs) CurDAG->viewGraph("isel input for " + BlockName);
753 if (ViewSchedDAGs) CurDAG->viewGraph("scheduler input for " + BlockName);
763 if (ViewSUnitDAGs) Scheduler->viewGraph();
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DModuleManager.h278 void viewGraph();
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h422 void viewGraph(const Twine &Name, const Twine &Title) LLVM_OVERRIDE;
423 void viewGraph() LLVM_OVERRIDE;
H A DScheduleDAG.h569 /// viewGraph - Pop up a GraphViz/gv window with the ScheduleDAG rendered
572 virtual void viewGraph(const Twine &Name, const Twine &Title);
573 virtual void viewGraph();
H A DSelectionDAG.h287 /// viewGraph - Pop up a GraphViz/gv window with the DAG rendered using 'dot'.
289 void viewGraph(const std::string &Title);
290 void viewGraph();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp121 CG.viewGraph();
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCallGraph.h91 void viewGraph() const;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCallGraph.cpp204 void CallGraph::viewGraph() const { function in class:CallGraph
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DModuleManager.cpp442 void ModuleManager::viewGraph() { function in class:ModuleManager

Completed in 129 milliseconds