Lines Matching refs:CriticalPath
2672 if (CurrZone.getCurrCycle() > Rem.CriticalPath) in shouldReduceLatency()
2682 return RemLatency + CurrZone.getCurrCycle() > Rem.CriticalPath; in shouldReduceLatency()
2719 << Rem.CriticalPath << "\n"); in setPolicy()
3001 if (Rem.CyclicCritPath == 0 || Rem.CyclicCritPath >= Rem.CriticalPath) in checkAcyclicLatency()
3009 unsigned AcyclicCount = Rem.CriticalPath * SchedModel->getLatencyFactor(); in checkAcyclicLatency()
3029 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()
3033 if (SU->getDepth() > Rem.CriticalPath) in registerRoots()
3034 Rem.CriticalPath = SU->getDepth(); in registerRoots()
3036 LLVM_DEBUG(dbgs() << "Critical Path(GS-RR ): " << Rem.CriticalPath << '\n'); in registerRoots()
3038 errs() << "Critical Path(GS-RR ): " << Rem.CriticalPath << " \n"; in registerRoots()
3533 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()
3537 if (SU->getDepth() > Rem.CriticalPath) in registerRoots()
3538 Rem.CriticalPath = SU->getDepth(); in registerRoots()
3540 LLVM_DEBUG(dbgs() << "Critical Path: (PGS-RR) " << Rem.CriticalPath << '\n'); in registerRoots()
3542 errs() << "Critical Path(PGS-RR ): " << Rem.CriticalPath << " \n"; in registerRoots()