Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp395 static unsigned getReciprocalPredBlockProb() { return 2; } in getReciprocalPredBlockProb() function
6893 ScalarCost /= getReciprocalPredBlockProb(); in computePredInstDiscount()
6946 BlockCost.first /= getReciprocalPredBlockProb(); in expectedCost()
7028 Cost /= getReciprocalPredBlockProb(); in getMemInstScalarizationCost()
7661 return Cost / getReciprocalPredBlockProb(); in getInstructionCost()