Searched refs:CondCost (Results 1 – 2 of 2) sorted by relevance
327 Scaled64 getMispredictionCost(const SelectLike SI, const Scaled64 CondCost);1167 Scaled64 CondCost = Scaled64::getZero(); in computeLoopCosts() local1170 CondCost = InstCostMap[CI].NonPredCost; in computeLoopCosts()1171 Scaled64 MispredictCost = getMispredictionCost(SI, CondCost); in computeLoopCosts()1210 const Scaled64 CondCost) { in getMispredictionCost() argument1225 std::max(Scaled64::get(MispredictPenalty), CondCost) * in getMispredictionCost()
566 unsigned CondCost = in checkForProfitableCmovCandidates() local571 if (ValCost > CondCost || (CondCost - ValCost) * 4 < MispredictPenalty) { in checkForProfitableCmovCandidates()