OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:viewGraph
(Results
1 - 16
of
16
) 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/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
("");
SelectionDAGISel.cpp
796
CurDAG->
viewGraph
("dag-combine1 input for " + BlockName);
818
CurDAG->
viewGraph
("legalize-types input for " + BlockName);
842
CurDAG->
viewGraph
("dag-combine-lt input for " + BlockName);
896
CurDAG->
viewGraph
("dag-combine-lv input for " + BlockName);
917
CurDAG->
viewGraph
("legalize input for " + BlockName);
936
CurDAG->
viewGraph
("dag-combine2 input for " + BlockName);
959
CurDAG->
viewGraph
("isel input for " + BlockName);
975
CurDAG->
viewGraph
("scheduler input for " + BlockName);
986
Scheduler->
viewGraph
();
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Dominators.h
204
void
viewGraph
(const Twine &Name, const Twine &Title);
205
void
viewGraph
();
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ModuleManager.h
314
void
viewGraph
();
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CallGraph.h
106
void
viewGraph
() const;
/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/StaticAnalyzer/Checkers/
DebugCheckers.cpp
217
CG.
viewGraph
();
305
Eng.
ViewGraph
(0);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineScheduler.h
349
void
viewGraph
(const Twine &Name, const Twine &Title) override;
350
void
viewGraph
() override;
ScheduleDAG.h
587
virtual void
viewGraph
(const Twine &Name, const Twine &Title);
588
virtual void
viewGraph
();
SelectionDAG.h
467
void
viewGraph
(const std::string &Title);
468
void
viewGraph
();
/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/Transforms/IPO/
Attributor.cpp
1435
DG.
viewGraph
();
2401
void AADepGraph::
viewGraph
() { llvm::
ViewGraph
(this, "Dependency Graph"); }
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h
213
void
viewGraph
();
Completed in 35 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026