Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:viewGraph

536   if (ViewMISchedDAGs) viewGraph();
2388 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
2391 void ScheduleDAGMI::viewGraph(const Twine &Name, const Twine &Title) {
2393 ViewGraph(this, Name, false, Title);
2395 errs() << "ScheduleDAGMI::viewGraph is only available in debug builds on "
2401 void ScheduleDAGMI::viewGraph() {
2402 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName());