Home
last modified time | relevance | path

Searched defs:viewGraph (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/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
H A DMachineScheduler.cpp4248 void ScheduleDAGMI::viewGraph(const Twine &Name, const Twine &Title) { viewGraph() function in ScheduleDAGMI
4258 void ScheduleDAGMI::viewGraph() { viewGraph() function in ScheduleDAGMI
/freebsd-src/contrib/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
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp250 void CallGraph::viewGraph() const { in viewGraph() function in CallGraph
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp497 void ModuleManager::viewGraph() { in viewGraph() function in ModuleManager
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3992 void AADepGraph::viewGraph() { llvm::ViewGraph(this, "Dependency Graph"); } viewGraph() function in AADepGraph