Searched refs:getReciprocalPredBlockProb (Results 1 – 3 of 3) sorted by relevance
817 return ThenCost / getReciprocalPredBlockProb(); in cost()
3425 ScalarizationCost = ScalarizationCost / getReciprocalPredBlockProb(); in getDivRemSpeculationCost()5473 ScalarCost /= getReciprocalPredBlockProb(); in computePredInstDiscount()5522 BlockCost /= getReciprocalPredBlockProb(); in expectedCost()5601 Cost /= getReciprocalPredBlockProb(); in getMemInstScalarizationCost()
95 inline unsigned getReciprocalPredBlockProb() { return 2; } in getReciprocalPredBlockProb() function