Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp310 static unsigned getReciprocalPredBlockProb() { return 2; } in getReciprocalPredBlockProb() function
5371 ScalarCost /= getReciprocalPredBlockProb(); in computePredInstDiscount()
5417 BlockCost.first /= getReciprocalPredBlockProb(); in expectedCost()
5493 Cost /= getReciprocalPredBlockProb(); in getMemInstScalarizationCost()
5884 return Cost / getReciprocalPredBlockProb(); in getInstructionCost()