Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OtherCount

1834     unsigned OtherCount = getResourceCount(PIdx) + Rem->RemainingCounts[PIdx];
1835 if (OtherCount > OtherCritCount) {
1836 OtherCritCount = OtherCount;
2250 unsigned OtherCount =
2256 OtherResLimited = (int)(OtherCount - (RemLatency * LFactor)) > (int)LFactor;