Lines Matching refs:CriticalPath
2262 if (IsPostRA || (RemLatency + CurrZone.getCurrCycle() > Rem.CriticalPath)) {
2267 << Rem.CriticalPath << "\n");
2531 if (Rem.CyclicCritPath == 0 || Rem.CyclicCritPath >= Rem.CriticalPath)
2539 unsigned AcyclicCount = Rem.CriticalPath * SchedModel->getLatencyFactor();
2559 Rem.CriticalPath = DAG->ExitSU.getDepth();
2564 if ((*I)->getDepth() > Rem.CriticalPath)
2565 Rem.CriticalPath = (*I)->getDepth();
2567 DEBUG(dbgs() << "Critical Path(GS-RR ): " << Rem.CriticalPath << '\n');
2569 errs() << "Critical Path(GS-RR ): " << Rem.CriticalPath << " \n";
3015 Rem.CriticalPath = DAG->ExitSU.getDepth();
3020 if ((*I)->getDepth() > Rem.CriticalPath)
3021 Rem.CriticalPath = (*I)->getDepth();
3023 DEBUG(dbgs() << "Critical Path: (PGS-RR) " << Rem.CriticalPath << '\n');
3025 errs() << "Critical Path(PGS-RR ): " << Rem.CriticalPath << " \n";