Home
last modified time | relevance | path

Searched refs:OtherCount (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2497 unsigned OtherCount = getResourceCount(PIdx) + Rem->RemainingCounts[PIdx]; in getOtherResourceCount() local
2498 if (OtherCount > OtherCritCount) { in getOtherResourceCount()
2499 OtherCritCount = OtherCount; in getOtherResourceCount()
3005 unsigned OtherCount = in setPolicy() local
3011 if (SchedModel->hasInstrSchedModel() && OtherCount != 0) { in setPolicy()
3015 OtherCount, RemLatency, false); in setPolicy()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2334 ElementCount OtherCount = OtherOpTy->getElementCount(); in visitCallInst() local
2337 if (ElementCount::isKnownGT(NegatedCount, OtherCount) && in visitCallInst()
2338 ElementCount::isKnownLT(OtherCount, RetCount)) { in visitCallInst()