Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getCurrCycle

2167     if (IsPostRA || (RemLatency + CurrZone.getCurrCycle() > Rem.CriticalPath)) {
2171 << CurrZone.getCurrCycle() << "c > CritPath "
2838 SU->TopReadyCycle = std::max(SU->TopReadyCycle, Top.getCurrCycle());
2844 SU->BotReadyCycle = std::max(SU->BotReadyCycle, Bot.getCurrCycle());
2994 SU->TopReadyCycle = std::max(SU->TopReadyCycle, Top.getCurrCycle());