Home
last modified time | relevance | path

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

/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.cpp844 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 DVLIWMachineScheduler.cpp236 viewGraph(); in schedule()
/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()
/llvm-project/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.cpp952 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 DViewOpGraph.cpp99 /// Create a CFG graph for a region. Used in `Region::viewGraph`. in emitRegionCFG()
384 void mlir::Region::viewGraph(const Twine &regionName) { in viewGraph()
388 void mlir::Region::viewGraph() { viewGraph("region"); }
383 void mlir::Region::viewGraph(const Twine &regionName) { 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 DDominators.h231 void viewGraph(const Twine &Name, const Twine &Title);
232 void viewGraph();
/llvm-project/mlir/include/mlir/IR/
H A DRegion.h327 void viewGraph(const Twine &regionName);
328 void viewGraph();
/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h307 void viewGraph();
/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.h368 void viewGraph(const Twine &Name, const Twine &Title) override;
369 void viewGraph() override;
H A DSelectionDAG.h531 void viewGraph(const std::string &Title);
532 void viewGraph();
/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp253 void CallGraph::viewGraph() const {
250 void CallGraph::viewGraph() const { viewGraph() function in CallGraph
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp217 CG.viewGraph(); in checkASTDecl()
/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h107 void viewGraph() const;
/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp498 void ModuleManager::viewGraph() { in viewGraph()
497 void ModuleManager::viewGraph() { viewGraph() function in ModuleManager
/llvm-project/bolt/include/bolt/Core/
H A DBinaryFunction.h882 void viewGraph() const;
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1878 viewGraph(); in schedule()
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2650 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 DProgrammersManual.rst1432 ``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 DBinaryFunction.cpp3251 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 DAttributor.h568 void viewGraph();