Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp403 static unsigned getReciprocalPredBlockProb() { return 2; } in getReciprocalPredBlockProb() function
6835 ScalarCost /= getReciprocalPredBlockProb(); in computePredInstDiscount()
6882 BlockCost.first /= getReciprocalPredBlockProb(); in expectedCost()
6964 Cost /= getReciprocalPredBlockProb(); in getMemInstScalarizationCost()
7578 return Cost / getReciprocalPredBlockProb(); in getInstructionCost()