Searched refs:CondCost (Results 1 – 2 of 2) sorted by relevance
205 Scaled64 getMispredictionCost(const SelectInst *SI, const Scaled64 CondCost);896 Scaled64 CondCost = Scaled64::getZero(); in computeLoopCosts() local899 CondCost = InstCostMap[CI].NonPredCost; in computeLoopCosts()900 Scaled64 MispredictCost = getMispredictionCost(SI, CondCost); in computeLoopCosts()933 const Scaled64 CondCost) { in getMispredictionCost() argument948 std::max(Scaled64::get(MispredictPenalty), CondCost) * in getMispredictionCost()
558 unsigned CondCost = in checkForProfitableCmovCandidates() local563 if (ValCost > CondCost || (CondCost - ValCost) * 4 < MispredictPenalty) { in checkForProfitableCmovCandidates()