Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:SuccReadyCycle

312     unsigned SuccReadyCycle = I->getSUnit()->BotReadyCycle;
317 if (SU->BotReadyCycle < SuccReadyCycle + MinLatency)
318 SU->BotReadyCycle = SuccReadyCycle + MinLatency;