Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp787 if (ViewMISchedDAGs) viewGraph(); in schedule()
1237 if (ViewMISchedDAGs) viewGraph(); in schedule()
3968 void ScheduleDAGMI::viewGraph(const Twine &Name, const Twine &Title) { in viewGraph() function in ScheduleDAGMI
3978 void ScheduleDAGMI::viewGraph() { in viewGraph() function in ScheduleDAGMI
3979 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName()); in viewGraph()
H A DVLIWMachineScheduler.cpp236 viewGraph(); in schedule()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp146 void SelectionDAG::viewGraph(const std::string &Title) { in viewGraph() function in SelectionDAG
159 void SelectionDAG::viewGraph() { in viewGraph() function in SelectionDAG
160 viewGraph(""); in viewGraph()
H A DSelectionDAGISel.cpp777 CurDAG->viewGraph("dag-combine1 input for " + BlockName); in CodeGenAndEmitDAG()
799 CurDAG->viewGraph("legalize-types input for " + BlockName); in CodeGenAndEmitDAG()
823 CurDAG->viewGraph("dag-combine-lt input for " + BlockName); in CodeGenAndEmitDAG()
877 CurDAG->viewGraph("dag-combine-lv input for " + BlockName); in CodeGenAndEmitDAG()
898 CurDAG->viewGraph("legalize input for " + BlockName); in CodeGenAndEmitDAG()
917 CurDAG->viewGraph("dag-combine2 input for " + BlockName); in CodeGenAndEmitDAG()
940 CurDAG->viewGraph("isel input for " + BlockName); in CodeGenAndEmitDAG()
956 CurDAG->viewGraph("scheduler input for " + BlockName); in CodeGenAndEmitDAG()
967 Scheduler->viewGraph(); in CodeGenAndEmitDAG()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDominators.h231 void viewGraph(const Twine &Name, const Twine &Title);
232 void viewGraph();
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DModuleManager.h308 void viewGraph();
/openbsd-src/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-src/gnu/llvm/clang/lib/Analysis/
H A DCallGraph.cpp250 void CallGraph::viewGraph() const { in viewGraph() function in CallGraph
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp217 CG.viewGraph(); in checkASTDecl()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCallGraph.h106 void viewGraph() const;
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DModuleManager.cpp511 void ModuleManager::viewGraph() { in viewGraph() function in ModuleManager
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2487 DG.viewGraph(); in run()
3612 void AADepGraph::viewGraph() { llvm::ViewGraph(this, "Dependency Graph"); } in viewGraph() function in AADepGraph
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1892 viewGraph(); in schedule()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h540 void viewGraph();
/openbsd-src/gnu/llvm/llvm/docs/
H A DProgrammersManual.rst1408 ``MachineFunction::viewCFGOnly()``, and the ``SelectionDAG::viewGraph()``
1410 DAG.viewGraph()`` to pop up a window. Alternatively, you can sprinkle calls to
1425 "color")``, then the next ``call DAG.viewGraph()`` would highlight the node in