Lines Matching refs:CriticalPath
2470 if (CurrZone.getCurrCycle() > Rem.CriticalPath) in shouldReduceLatency()
2480 return RemLatency + CurrZone.getCurrCycle() > Rem.CriticalPath; in shouldReduceLatency()
2517 << Rem.CriticalPath << "\n"); in setPolicy()
2784 if (Rem.CyclicCritPath == 0 || Rem.CyclicCritPath >= Rem.CriticalPath) in checkAcyclicLatency()
2792 unsigned AcyclicCount = Rem.CriticalPath * SchedModel->getLatencyFactor(); in checkAcyclicLatency()
2812 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()
2816 if (SU->getDepth() > Rem.CriticalPath) in registerRoots()
2817 Rem.CriticalPath = SU->getDepth(); in registerRoots()
2819 LLVM_DEBUG(dbgs() << "Critical Path(GS-RR ): " << Rem.CriticalPath << '\n'); in registerRoots()
2821 errs() << "Critical Path(GS-RR ): " << Rem.CriticalPath << " \n"; in registerRoots()
3315 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()
3319 if (SU->getDepth() > Rem.CriticalPath) in registerRoots()
3320 Rem.CriticalPath = SU->getDepth(); in registerRoots()
3322 LLVM_DEBUG(dbgs() << "Critical Path: (PGS-RR) " << Rem.CriticalPath << '\n'); in registerRoots()
3324 errs() << "Critical Path(PGS-RR ): " << Rem.CriticalPath << " \n"; in registerRoots()