Home
last modified time | relevance | path

Searched refs:divideNearest (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp1063 static InstructionCost divideNearest(InstructionCost Numerator, in divideNearest() function
1118 divideNearest(SliceCost * HotWeight, TotalWeight); in hasExpensiveColdOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h467 constexpr T divideNearest(U Numerator, V Denominator) { in divideNearest() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp498 divideNearest(Mul, OldReachableSum.getNumerator())); in calcMetadataWeights()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp830 uint64_t ExitCount = llvm::divideNearest(LoopWeight, ExitWeight); in getEstimatedTripCount()