Searched refs:CondCost (Results 1 – 2 of 2) sorted by relevance
295 Scaled64 getMispredictionCost(const SelectLike SI, const Scaled64 CondCost);1338 Scaled64 CondCost = Scaled64::getZero(); in computeLoopCosts() local1341 CondCost = It->second.NonPredCost; in computeLoopCosts()1342 Scaled64 MispredictCost = getMispredictionCost(SI, CondCost); in computeLoopCosts()1390 const Scaled64 CondCost) { in getMispredictionCost() argument1405 std::max(Scaled64::get(MispredictPenalty), CondCost) * in getMispredictionCost()
563 unsigned CondCost = in checkForProfitableCmovCandidates() local568 if (ValCost > CondCost || (CondCost - ValCost) * 4 < MispredictPenalty) { in checkForProfitableCmovCandidates()