Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:viewGraph

660   if (ViewMISchedDAGs) viewGraph();
1002 if (ViewMISchedDAGs) viewGraph();
3279 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
3282 void ScheduleDAGMI::viewGraph(const Twine &Name, const Twine &Title) {
3284 ViewGraph(this, Name, false, Title);
3286 errs() << "ScheduleDAGMI::viewGraph is only available in debug builds on "
3292 void ScheduleDAGMI::viewGraph() {
3293 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName());