Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp337 static unsigned getReciprocalPredBlockProb() { return 2; } in getReciprocalPredBlockProb() function
5700 ScalarCost /= getReciprocalPredBlockProb(); in computePredInstDiscount()
5746 BlockCost.first /= getReciprocalPredBlockProb(); in expectedCost()
5821 Cost /= getReciprocalPredBlockProb(); in getMemInstScalarizationCost()
6245 return Cost / getReciprocalPredBlockProb(); in getInstructionCost()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp389 static unsigned getReciprocalPredBlockProb() { return 2; } in getReciprocalPredBlockProb() function
4488 ScalarizationCost = ScalarizationCost / getReciprocalPredBlockProb(); in getDivRemSpeculationCost()
6278 ScalarCost /= getReciprocalPredBlockProb(); in computePredInstDiscount()
6331 BlockCost.first /= getReciprocalPredBlockProb(); in expectedCost()
6416 Cost /= getReciprocalPredBlockProb(); in getMemInstScalarizationCost()