Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp817 return ThenCost / getReciprocalPredBlockProb(); in cost()
H A DLoopVectorize.cpp3425 ScalarizationCost = ScalarizationCost / getReciprocalPredBlockProb(); in getDivRemSpeculationCost()
5473 ScalarCost /= getReciprocalPredBlockProb(); in computePredInstDiscount()
5522 BlockCost /= getReciprocalPredBlockProb(); in expectedCost()
5601 Cost /= getReciprocalPredBlockProb(); in getMemInstScalarizationCost()
H A DVPlan.h95 inline unsigned getReciprocalPredBlockProb() { return 2; } in getReciprocalPredBlockProb() function