Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2538 unsigned OtherCount = getResourceCount(PIdx) + Rem->RemainingCounts[PIdx]; in getOtherResourceCount() local
2539 if (OtherCount > OtherCritCount) { in getOtherResourceCount()
2540 OtherCritCount = OtherCount; in getOtherResourceCount()
3046 unsigned OtherCount = in setPolicy() local
3052 if (SchedModel->hasInstrSchedModel() && OtherCount != 0) { in setPolicy()
3056 OtherCount, RemLatency, false); in setPolicy()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2449 ElementCount OtherCount = OtherOpTy->getElementCount(); in visitCallInst() local
2452 if (ElementCount::isKnownGT(NegatedCount, OtherCount) && in visitCallInst()
2453 ElementCount::isKnownLT(OtherCount, RetCount)) { in visitCallInst()