Searched refs:OtherCount (Results 1 – 2 of 2) sorted by relevance
2497 unsigned OtherCount = getResourceCount(PIdx) + Rem->RemainingCounts[PIdx]; in getOtherResourceCount() local2498 if (OtherCount > OtherCritCount) { in getOtherResourceCount()2499 OtherCritCount = OtherCount; in getOtherResourceCount()3005 unsigned OtherCount = in setPolicy() local3011 if (SchedModel->hasInstrSchedModel() && OtherCount != 0) { in setPolicy()3015 OtherCount, RemLatency, false); in setPolicy()
2334 ElementCount OtherCount = OtherOpTy->getElementCount(); in visitCallInst() local2337 if (ElementCount::isKnownGT(NegatedCount, OtherCount) && in visitCallInst()2338 ElementCount::isKnownLT(OtherCount, RetCount)) { in visitCallInst()