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

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp1 //===-- ScheduleDAGPrinter.cpp - Implement ScheduleDAG::viewGraph() -------===//
9 // This implements the ScheduleDAG::viewGraph method.
76 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
79 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) { function in class:ScheduleDAG
84 errs() << "ScheduleDAG::viewGraph is only available in debug builds on "
90 void ScheduleDAG::viewGraph() { function in class:ScheduleDAG
91 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName());
H A DMachineScheduler.cpp787 if (ViewMISchedDAGs) viewGraph();
1237 if (ViewMISchedDAGs) viewGraph();
3966 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
3968 void ScheduleDAGMI::viewGraph(const Twine &Name, const Twine &Title) { function in class:ScheduleDAGMI
3972 errs() << "ScheduleDAGMI::viewGraph is only available in debug builds on "
3978 void ScheduleDAGMI::viewGraph() { function in class:ScheduleDAGMI
3979 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName());
H A DVLIWMachineScheduler.cpp236 viewGraph();
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DDomPrinter.cpp28 void DominatorTree::viewGraph(const Twine &Name, const Twine &Title) { function in class:DominatorTree
36 void DominatorTree::viewGraph() { function in class:DominatorTree
38 this->viewGraph("domtree", "Dominator Tree for function");
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp1 //===-- SelectionDAGPrinter.cpp - Implement SelectionDAG::viewGraph() -----===//
9 // 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.cpp777 CurDAG->viewGraph("dag-combine1 input for " + BlockName);
799 CurDAG->viewGraph("legalize-types input for " + BlockName);
823 CurDAG->viewGraph("dag-combine-lt input for " + BlockName);
877 CurDAG->viewGraph("dag-combine-lv input for " + BlockName);
898 CurDAG->viewGraph("legalize input for " + BlockName);
917 CurDAG->viewGraph("dag-combine2 input for " + BlockName);
940 CurDAG->viewGraph("isel input for " + BlockName);
956 CurDAG->viewGraph("scheduler input for " + BlockName);
967 Scheduler->viewGraph();
/openbsd-current/gnu/llvm/clang/include/clang/Serialization/
H A DModuleManager.h308 void viewGraph();
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DDominators.h231 void viewGraph(const Twine &Name, const Twine &Title);
232 void viewGraph();
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DCallGraph.cpp250 void CallGraph::viewGraph() const { function in class:CallGraph
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/
H A DCallGraph.h106 void viewGraph() const;
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp217 CG.viewGraph();
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h586 virtual void viewGraph(const Twine &Name, const Twine &Title);
587 virtual void viewGraph();
H A DMachineScheduler.h356 void viewGraph(const Twine &Name, const Twine &Title) override;
357 void viewGraph() override;
H A DSelectionDAG.h501 void viewGraph(const std::string &Title);
502 void viewGraph();
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DModuleManager.cpp511 void ModuleManager::viewGraph() { function in class:ModuleManager
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1892 viewGraph();
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2487 DG.viewGraph();
3612 void AADepGraph::viewGraph() { llvm::ViewGraph(this, "Dependency Graph"); }
/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h540 void viewGraph();

Completed in 476 milliseconds