| /freebsd-14.2/contrib/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 | 813 if (ViewMISchedDAGs) viewGraph(); in schedule() 1439 if (ViewMISchedDAGs) viewGraph(); in schedule() 4248 void ScheduleDAGMI::viewGraph(const Twine &Name, const Twine &Title) { in viewGraph() function in ScheduleDAGMI 4258 void ScheduleDAGMI::viewGraph() { in viewGraph() function in ScheduleDAGMI 4259 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName()); in viewGraph()
|
| H A D | VLIWMachineScheduler.cpp | 236 viewGraph(); in schedule()
|
| /freebsd-14.2/contrib/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()
|
| /freebsd-14.2/contrib/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 | 816 CurDAG->viewGraph("dag-combine1 input for " + BlockName); in CodeGenAndEmitDAG() 838 CurDAG->viewGraph("legalize-types input for " + BlockName); in CodeGenAndEmitDAG() 862 CurDAG->viewGraph("dag-combine-lt input for " + BlockName); in CodeGenAndEmitDAG() 916 CurDAG->viewGraph("dag-combine-lv input for " + BlockName); in CodeGenAndEmitDAG() 937 CurDAG->viewGraph("legalize input for " + BlockName); in CodeGenAndEmitDAG() 956 CurDAG->viewGraph("dag-combine2 input for " + BlockName); in CodeGenAndEmitDAG() 979 CurDAG->viewGraph("isel input for " + BlockName); in CodeGenAndEmitDAG() 995 CurDAG->viewGraph("scheduler input for " + BlockName); in CodeGenAndEmitDAG() 1006 Scheduler->viewGraph(); in CodeGenAndEmitDAG()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Dominators.h | 227 void viewGraph(const Twine &Name, const Twine &Title); 228 void viewGraph();
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleManager.h | 308 void viewGraph();
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAG.h | 595 virtual void viewGraph(const Twine &Name, const Twine &Title); 596 virtual void viewGraph();
|
| H A D | MachineScheduler.h | 359 void viewGraph(const Twine &Name, const Twine &Title) override; 360 void viewGraph() override;
|
| H A D | SelectionDAG.h | 505 void viewGraph(const std::string &Title); 506 void viewGraph();
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CallGraph.cpp | 250 void CallGraph::viewGraph() const { in viewGraph() function in CallGraph
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DebugCheckers.cpp | 217 CG.viewGraph(); in checkASTDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CallGraph.h | 106 void viewGraph() const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 497 void ModuleManager::viewGraph() { in viewGraph() function in ModuleManager
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineScheduler.cpp | 1892 viewGraph(); in schedule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 2667 DG.viewGraph(); in run() 3992 void AADepGraph::viewGraph() { llvm::ViewGraph(this, "Dependency Graph"); } in viewGraph() function in AADepGraph
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 562 void viewGraph();
|