OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:viewGraph
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp
1
//===-- ScheduleDAGPrinter.cpp - Implement ScheduleDAG::
viewGraph
() -------===//
9
// This implements the ScheduleDAG::
viewGraph
method.
81
///
viewGraph
- Pop up a ghostview window with the reachable parts of the DAG
84
void ScheduleDAG::
viewGraph
(const Twine &Name, const Twine &Title) {
87
ViewGraph
(this, Name, false, Title);
89
errs() << "ScheduleDAG::
viewGraph
is only available in debug builds on "
95
void ScheduleDAG::
viewGraph
() {
96
viewGraph
(getDAGName(), "Scheduling-Units Graph for " + getDAGName());
MachineScheduler.cpp
780
if (ViewMISchedDAGs)
viewGraph
();
1232
if (ViewMISchedDAGs)
viewGraph
();
3929
///
viewGraph
- Pop up a ghostview window with the reachable parts of the DAG
3931
void ScheduleDAGMI::
viewGraph
(const Twine &Name, const Twine &Title) {
3933
ViewGraph
(this, Name, false, Title);
3935
errs() << "ScheduleDAGMI::
viewGraph
is only available in debug builds on "
3941
void ScheduleDAGMI::
viewGraph
() {
3942
viewGraph
(getDAGName(), "Scheduling-Units Graph for " + getDAGName());
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
DomPrinter.cpp
83
void DominatorTree::
viewGraph
(const Twine &Name, const Twine &Title) {
85
ViewGraph
(this, Name, false, Title);
91
void DominatorTree::
viewGraph
() {
93
this->
viewGraph
("domtree", "Dominator Tree for function");
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CallGraph.cpp
250
void CallGraph::
viewGraph
() const {
251
llvm::
ViewGraph
(this, "CallGraph");
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ModuleManager.cpp
527
void ModuleManager::
viewGraph
() {
528
llvm::
ViewGraph
(*this, "Modules");
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp
1
//===-- SelectionDAGPrinter.cpp - Implement SelectionDAG::
viewGraph
() -----===//
9
// This implements the SelectionDAG::
viewGraph
method.
147
///
viewGraph
- Pop up a ghostview window with the reachable parts of the DAG
150
void SelectionDAG::
viewGraph
(const std::string &Title) {
153
ViewGraph
(this, "dag." + getMachineFunction().getName(),
156
errs() << "SelectionDAG::
viewGraph
is only available in debug builds on "
163
void SelectionDAG::
viewGraph
() {
164
viewGraph
("");
Completed in 62 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026