Lines Matching defs:PredCost
122 Scaled64 PredCost;
981 SelectCost = std::max(SelectCost, InstCostMap[SI.getI()].PredCost);
1221 if (LoopCost[0].NonPredCost > LoopCost[0].PredCost ||
1222 LoopCost[1].NonPredCost >= LoopCost[1].PredCost) {
1229 Scaled64 Gain[2] = {LoopCost[0].PredCost - LoopCost[0].NonPredCost,
1230 LoopCost[1].PredCost - LoopCost[1].NonPredCost};
1236 Gain[1] * Scaled64::get(GainRelativeThreshold) < LoopCost[1].PredCost) {
1237 Scaled64 RelativeGain = Scaled64::get(100) * Gain[1] / LoopCost[1].PredCost;
1253 (LoopCost[1].PredCost - LoopCost[0].PredCost);
1308 IPredCost = std::max(IPredCost, It->second.PredCost);
1350 MaxCost.PredCost = std::max(MaxCost.PredCost, IPredCost);
1355 << " MaxCost = " << MaxCost.PredCost << " "