Searched refs:OtherCount (Results 1 – 2 of 2) sorted by relevance
2538 unsigned OtherCount = getResourceCount(PIdx) + Rem->RemainingCounts[PIdx]; in getOtherResourceCount() local2539 if (OtherCount > OtherCritCount) { in getOtherResourceCount()2540 OtherCritCount = OtherCount; in getOtherResourceCount()3046 unsigned OtherCount = in setPolicy() local3052 if (SchedModel->hasInstrSchedModel() && OtherCount != 0) { in setPolicy()3056 OtherCount, RemLatency, false); in setPolicy()
2449 ElementCount OtherCount = OtherOpTy->getElementCount(); in visitCallInst() local2452 if (ElementCount::isKnownGT(NegatedCount, OtherCount) && in visitCallInst()2453 ElementCount::isKnownLT(OtherCount, RetCount)) { in visitCallInst()