Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:CriticalPath

1207     unsigned CriticalPath;
1216 CriticalPath = 0;
1549 Rem.CriticalPath = DAG->ExitSU.getDepth();
1553 if ((*I)->getDepth() > Rem.CriticalPath)
1554 Rem.CriticalPath = (*I)->getDepth();
1556 DEBUG(dbgs() << "Critical Path: " << Rem.CriticalPath << '\n');
1668 if (!OtherResLimited && (RemLatency + CurrCycle > Rem->CriticalPath)) {
1672 << Rem->CriticalPath << "\n");