Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp385 static unsigned getReciprocalPredBlockProb() { return 2; } in getReciprocalPredBlockProb() function
6203 ScalarCost /= getReciprocalPredBlockProb(); in computePredInstDiscount()
6256 BlockCost.first /= getReciprocalPredBlockProb(); in expectedCost()
6340 Cost /= getReciprocalPredBlockProb(); in getMemInstScalarizationCost()
7048 return Cost / getReciprocalPredBlockProb(); in getInstructionCost()