Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsAcyclicLatencyLimited

2521 /// Set IsAcyclicLatencyLimited if the acyclic path is longer than the cyclic
2546 Rem.IsAcyclicLatencyLimited = InFlightCount > BufferLimit;
2554 if (Rem.IsAcyclicLatencyLimited)
2721 if (Rem.IsAcyclicLatencyLimited && !Zone.getCurrMOps()
2768 !Rem.IsAcyclicLatencyLimited && tryLatency(TryCand, Cand, Zone)) {