Lines Matching refs:CriticalPath
2167 if (IsPostRA || (RemLatency + CurrZone.getCurrCycle() > Rem.CriticalPath)) { in setPolicy()
2172 << Rem.CriticalPath << "\n"); in setPolicy()
2427 if (Rem.CyclicCritPath == 0 || Rem.CyclicCritPath >= Rem.CriticalPath) in checkAcyclicLatency()
2435 unsigned AcyclicCount = Rem.CriticalPath * SchedModel->getLatencyFactor(); in checkAcyclicLatency()
2455 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()
2460 if ((*I)->getDepth() > Rem.CriticalPath) in registerRoots()
2461 Rem.CriticalPath = (*I)->getDepth(); in registerRoots()
2463 DEBUG(dbgs() << "Critical Path: " << Rem.CriticalPath << '\n'); in registerRoots()
2897 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()
2902 if ((*I)->getDepth() > Rem.CriticalPath) in registerRoots()
2903 Rem.CriticalPath = (*I)->getDepth(); in registerRoots()
2905 DEBUG(dbgs() << "Critical Path: " << Rem.CriticalPath << '\n'); in registerRoots()