| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGPrinter.cpp | 79 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 D | MachineScheduler.cpp | 787 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 D | VLIWMachineScheduler.cpp | 236 viewGraph(); in schedule()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | DomPrinter.cpp | 28 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 D | SelectionDAGPrinter.cpp | 146 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 D | SelectionDAGISel.cpp | 777 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 D | Dominators.h | 231 void viewGraph(const Twine &Name, const Twine &Title); 232 void viewGraph();
|
| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | ModuleManager.h | 308 void viewGraph();
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAG.h | 586 virtual void viewGraph(const Twine &Name, const Twine &Title); 587 virtual void viewGraph();
|
| H A D | MachineScheduler.h | 356 void viewGraph(const Twine &Name, const Twine &Title) override; 357 void viewGraph() override;
|
| H A D | SelectionDAG.h | 501 void viewGraph(const std::string &Title); 502 void viewGraph();
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | CallGraph.cpp | 250 void CallGraph::viewGraph() const { in viewGraph() function in CallGraph
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DebugCheckers.cpp | 217 CG.viewGraph(); in checkASTDecl()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
| H A D | CallGraph.h | 106 void viewGraph() const;
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 511 void ModuleManager::viewGraph() { in viewGraph() function in ModuleManager
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 2487 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 D | SIMachineScheduler.cpp | 1892 viewGraph(); in schedule()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 540 void viewGraph();
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | ProgrammersManual.rst | 1408 ``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
|