Searched refs:OtherCount (Results 1 – 2 of 2) sorted by relevance
2817 unsigned OtherCount = getResourceCount(PIdx) + Rem->RemainingCounts[PIdx]; in getOtherResourceCount() local2818 if (OtherCount > OtherCritCount) { in getOtherResourceCount()2819 OtherCritCount = OtherCount; in getOtherResourceCount()3341 unsigned OtherCount = in setPolicy() local3347 if (SchedModel->hasInstrSchedModel() && OtherCount != 0) { in setPolicy()3351 OtherCount, RemLatency, false); in setPolicy()
2737 ElementCount OtherCount = OtherOpTy->getElementCount(); in visitCallInst() local2740 if (ElementCount::isKnownGT(NegatedCount, OtherCount) && in visitCallInst()2741 ElementCount::isKnownLT(OtherCount, RetCount)) { in visitCallInst()