Lines Matching refs:CriticalPath
2981 if (CurrZone.getCurrCycle() > Rem.CriticalPath) in shouldReduceLatency()
2991 return RemLatency + CurrZone.getCurrCycle() > Rem.CriticalPath; in shouldReduceLatency()
3028 << Rem.CriticalPath << "\n"); in setPolicy()
3310 if (Rem.CyclicCritPath == 0 || Rem.CyclicCritPath >= Rem.CriticalPath) in checkAcyclicLatency()
3318 unsigned AcyclicCount = Rem.CriticalPath * SchedModel->getLatencyFactor(); in checkAcyclicLatency()
3338 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()
3342 if (SU->getDepth() > Rem.CriticalPath) in registerRoots()
3343 Rem.CriticalPath = SU->getDepth(); in registerRoots()
3345 LLVM_DEBUG(dbgs() << "Critical Path(GS-RR ): " << Rem.CriticalPath << '\n'); in registerRoots()
3347 errs() << "Critical Path(GS-RR ): " << Rem.CriticalPath << " \n"; in registerRoots()
3842 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()
3846 if (SU->getDepth() > Rem.CriticalPath) in registerRoots()
3847 Rem.CriticalPath = SU->getDepth(); in registerRoots()
3849 LLVM_DEBUG(dbgs() << "Critical Path: (PGS-RR) " << Rem.CriticalPath << '\n'); in registerRoots()
3851 errs() << "Critical Path(PGS-RR ): " << Rem.CriticalPath << " \n"; in registerRoots()