| /llvm-project/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 | 844 if (ViewMISchedDAGs) viewGraph(); in schedule() 1471 if (ViewMISchedDAGs) viewGraph(); in schedule() 4450 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG 4452 void ScheduleDAGMI::viewGraph(const Twine &Name, const Twine &Title) { in viewGraph() function in ScheduleDAGMI 4456 errs() << "ScheduleDAGMI::viewGraph is only available in debug builds on " 4462 void ScheduleDAGMI::viewGraph() { in sortIntervals() 4463 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName()); in sortIntervals() 4442 void ScheduleDAGMI::viewGraph(const Twine &Name, const Twine &Title) { viewGraph() function in ScheduleDAGMI
|
| H A D | VLIWMachineScheduler.cpp | 236 viewGraph(); in schedule()
|
| /llvm-project/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()
|
| /llvm-project/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 | 952 CurDAG->viewGraph("dag-combine1 input for " + BlockName); in CodeGenAndEmitDAG() 974 CurDAG->viewGraph("legalize-types input for " + BlockName); in CodeGenAndEmitDAG() 998 CurDAG->viewGraph("dag-combine-lt input for " + BlockName); in CodeGenAndEmitDAG() 1052 CurDAG->viewGraph("dag-combine-lv input for " + BlockName); in CodeGenAndEmitDAG() 1073 CurDAG->viewGraph("legalize input for " + BlockName); in CodeGenAndEmitDAG() 1092 CurDAG->viewGraph("dag-combine2 input for " + BlockName); in CodeGenAndEmitDAG() 1115 CurDAG->viewGraph("isel input for " + BlockName); in CodeGenAndEmitDAG() 1131 CurDAG->viewGraph("scheduler input for " + BlockName); in CodeGenAndEmitDAG() 1142 Scheduler->viewGraph(); in CodeGenAndEmitDAG()
|
| /llvm-project/mlir/lib/Transforms/ |
| H A D | ViewOpGraph.cpp | 99 /// Create a CFG graph for a region. Used in `Region::viewGraph`. in emitRegionCFG() 384 void mlir::Region::viewGraph(const Twine ®ionName) { in viewGraph() 388 void mlir::Region::viewGraph() { viewGraph("region"); } 383 void mlir::Region::viewGraph(const Twine ®ionName) { viewGraph() function in mlir::Region 387 void mlir::Region::viewGraph() { viewGraph("region"); } viewGraph() function in mlir::Region
|
| /llvm-project/llvm/include/llvm/IR/ |
| H A D | Dominators.h | 231 void viewGraph(const Twine &Name, const Twine &Title); 232 void viewGraph();
|
| /llvm-project/mlir/include/mlir/IR/ |
| H A D | Region.h | 327 void viewGraph(const Twine ®ionName); 328 void viewGraph();
|
| /llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleManager.h | 307 void viewGraph();
|
| /llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAG.h | 613 virtual void viewGraph(const Twine &Name, const Twine &Title); 614 virtual void viewGraph();
|
| H A D | MachineScheduler.h | 368 void viewGraph(const Twine &Name, const Twine &Title) override; 369 void viewGraph() override;
|
| H A D | SelectionDAG.h | 531 void viewGraph(const std::string &Title); 532 void viewGraph();
|
| /llvm-project/clang/lib/Analysis/ |
| H A D | CallGraph.cpp | 253 void CallGraph::viewGraph() const { 250 void CallGraph::viewGraph() const { viewGraph() function in CallGraph
|
| /llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DebugCheckers.cpp | 217 CG.viewGraph(); in checkASTDecl()
|
| /llvm-project/clang/include/clang/Analysis/ |
| H A D | CallGraph.h | 107 void viewGraph() const;
|
| /llvm-project/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 498 void ModuleManager::viewGraph() { in viewGraph() 497 void ModuleManager::viewGraph() { viewGraph() function in ModuleManager
|
| /llvm-project/bolt/include/bolt/Core/ |
| H A D | BinaryFunction.h | 882 void viewGraph() const;
|
| /llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineScheduler.cpp | 1878 viewGraph(); in schedule()
|
| /llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 2650 DG.viewGraph(); in cleanupIR() 3989 void AADepGraph::viewGraph() { llvm::ViewGraph(this, "Dependency Graph"); } in runAttributorLightOnFunctions() 4001 void AADepGraph::viewGraph() { llvm::ViewGraph(this, "Dependency Graph"); } viewGraph() function in AADepGraph
|
| /llvm-project/llvm/docs/ |
| H A D | ProgrammersManual.rst | 1432 ``MachineFunction::viewCFGOnly()``, and the ``SelectionDAG::viewGraph()`` 1434 DAG.viewGraph()`` to pop up a window. Alternatively, you can sprinkle calls to 1449 "color")``, then the next ``call DAG.viewGraph()`` would highlight the node in
|
| /llvm-project/bolt/lib/Core/ |
| H A D | BinaryFunction.cpp | 3251 void BinaryFunction::viewGraph() const { in validateCFG() 3195 void BinaryFunction::viewGraph() const { viewGraph() function in llvm::bolt::BinaryFunction
|
| /llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 568 void viewGraph();
|