Lines Matching refs:CriticalPath
2359 if (IsPostRA || (RemLatency + CurrZone.getCurrCycle() > Rem.CriticalPath)) { in setPolicy()
2364 << Rem.CriticalPath << "\n"); in setPolicy()
2630 if (Rem.CyclicCritPath == 0 || Rem.CyclicCritPath >= Rem.CriticalPath) in checkAcyclicLatency()
2638 unsigned AcyclicCount = Rem.CriticalPath * SchedModel->getLatencyFactor(); in checkAcyclicLatency()
2658 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()
2663 if ((*I)->getDepth() > Rem.CriticalPath) in registerRoots()
2664 Rem.CriticalPath = (*I)->getDepth(); in registerRoots()
2666 DEBUG(dbgs() << "Critical Path(GS-RR ): " << Rem.CriticalPath << '\n'); in registerRoots()
2668 errs() << "Critical Path(GS-RR ): " << Rem.CriticalPath << " \n"; in registerRoots()
3156 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()
3161 if ((*I)->getDepth() > Rem.CriticalPath) in registerRoots()
3162 Rem.CriticalPath = (*I)->getDepth(); in registerRoots()
3164 DEBUG(dbgs() << "Critical Path: (PGS-RR) " << Rem.CriticalPath << '\n'); in registerRoots()
3166 errs() << "Critical Path(PGS-RR ): " << Rem.CriticalPath << " \n"; in registerRoots()