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.cpp894 static InstructionCost divideNearest(InstructionCost Numerator, in divideNearest() function
949 divideNearest(SliceCost * HotWeight, TotalWeight); in hasExpensiveColdOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h422 inline uint64_t divideNearest(uint64_t Numerator, uint64_t Denominator) { in divideNearest() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp502 divideNearest(Mul, OldReachableSum.getNumerator())); in calcMetadataWeights()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp842 uint64_t ExitCount = llvm::divideNearest(LoopWeight, ExitWeight); in getEstimatedTripCount()