Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:viewGraph

697   if (ViewMISchedDAGs) viewGraph();
1099 if (ViewMISchedDAGs) viewGraph();
3538 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
3541 void ScheduleDAGMI::viewGraph(const Twine &Name, const Twine &Title) {
3543 ViewGraph(this, Name, false, Title);
3545 errs() << "ScheduleDAGMI::viewGraph is only available in debug builds on "
3551 void ScheduleDAGMI::viewGraph() {
3552 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName());