Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp79 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) { in viewGraph() function in ScheduleDAG
90 void ScheduleDAG::viewGraph() { in viewGraph() function in ScheduleDAG
91 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName()); in viewGraph()
H A DMachineScheduler.cpp849 if (ViewMISchedDAGs) viewGraph(); in schedule()
1477 if (ViewMISchedDAGs) viewGraph(); in schedule()
4440 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
4442 void ScheduleDAGMI::viewGraph(const Twine &Name, const Twine &Title) {
4446 errs() << "ScheduleDAGMI::viewGraph is only available in debug builds on "
4452 void ScheduleDAGMI::viewGraph() {
4453 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName());
4248 void ScheduleDAGMI::viewGraph(const Twine &Name, const Twine &Title) { viewGraph() function in ScheduleDAGMI
4258 void ScheduleDAGMI::viewGraph() { viewGraph() function in ScheduleDAGMI
H A DVLIWMachineScheduler.cpp236 viewGraph(); in schedule()
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DDomPrinter.cpp28 void DominatorTree::viewGraph(const Twine &Name, const Twine &Title) { in viewGraph() function in DominatorTree
36 void DominatorTree::viewGraph() { in viewGraph() function in DominatorTree
38 this->viewGraph("domtree", "Dominator Tree for function"); in viewGraph()
/freebsd-src/contrib/llvm-project/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) { in viewGraph() function in SelectionDAG
152 errs() << "SelectionDAG::viewGraph is only available in debug builds on " in viewGraph()
159 void SelectionDAG::viewGraph() { in viewGraph() function in SelectionDAG
160 viewGraph(""); in viewGraph()
H A DSelectionDAGISel.cpp925 CurDAG->viewGraph("dag-combine1 input for " + BlockName); in CodeGenAndEmitDAG()
947 CurDAG->viewGraph("legalize-types input for " + BlockName); in CodeGenAndEmitDAG()
971 CurDAG->viewGraph("dag-combine-lt input for " + BlockName); in CodeGenAndEmitDAG()
1025 CurDAG->viewGraph("dag-combine-lv input for " + BlockName); in CodeGenAndEmitDAG()
1046 CurDAG->viewGraph("legalize input for " + BlockName);
1065 CurDAG->viewGraph("dag-combine2 input for " + BlockName);
1088 CurDAG->viewGraph("isel input for " + BlockName); in EnforceNodeIdInvariant()
1104 CurDAG->viewGraph("scheduler input for " + BlockName);
1115 Scheduler->viewGraph(); in getUninvalidatedNodeId()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h231 void viewGraph(const Twine &Name, const Twine &Title);
232 void viewGraph();
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h307 void viewGraph();
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h613 virtual void viewGraph(const Twine &Name, const Twine &Title);
614 virtual void viewGraph();
H A DMachineScheduler.h359 void viewGraph(const Twine &Name, const Twine &Title) override;
360 void viewGraph() override;
H A DSelectionDAG.h519 void viewGraph(const std::string &Title);
520 void viewGraph();
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp250 void CallGraph::viewGraph() const { in viewGraph() function in CallGraph
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp217 CG.viewGraph(); in checkASTDecl()
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h106 void viewGraph() const;
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp497 void ModuleManager::viewGraph() { in viewGraph() function in ModuleManager
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1884 viewGraph(); in schedule()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2667 DG.viewGraph(); in run()
3997 void AADepGraph::viewGraph() { llvm::ViewGraph(this, "Dependency Graph"); } in dumpGraph()
3992 void AADepGraph::viewGraph() { llvm::ViewGraph(this, "Dependency Graph"); } viewGraph() function in AADepGraph
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h563 void viewGraph();