Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsPostRA

387                             bool IsPostRA) {
394 bool IsPostRA = Scheduler.isPostRA();
432 isSchedBoundary(std::prev(RegionEnd), MBB, MF, TII, IsPostRA)) {
443 if (isSchedBoundary(std::prev(I), MBB, MF, TII, IsPostRA))
459 DEBUG(dbgs() << "********** " << ((Scheduler.isPostRA()) ? "PostRA " : "")
487 if (Scheduler.isPostRA()) {
2149 bool IsPostRA,
2189 if (IsPostRA || (RemLatency + CurrZone.getCurrCycle() > Rem.CriticalPath)) {
2743 setPolicy(BotCand.Policy, /*IsPostRA=*/false, Bot, &Top);
2746 setPolicy(TopCand.Policy, /*IsPostRA=*/false, Top, &Bot);
3005 setPolicy(TopCand.Policy, /*IsPostRA=*/true, Top, nullptr);
3029 return new ScheduleDAGMI(C, make_unique<PostGenericScheduler>(C), /*IsPostRA=*/true);