Lines Matching defs:PredCost
122 Scaled64 PredCost;
878 SelectCost = std::max(SelectCost, InstCostMap[SI.getI()].PredCost);
1105 if (LoopCost[0].NonPredCost > LoopCost[0].PredCost ||
1106 LoopCost[1].NonPredCost >= LoopCost[1].PredCost) {
1113 Scaled64 Gain[2] = {LoopCost[0].PredCost - LoopCost[0].NonPredCost,
1114 LoopCost[1].PredCost - LoopCost[1].NonPredCost};
1120 Gain[1] * Scaled64::get(GainRelativeThreshold) < LoopCost[1].PredCost) {
1121 Scaled64 RelativeGain = Scaled64::get(100) * Gain[1] / LoopCost[1].PredCost;
1137 (LoopCost[1].PredCost - LoopCost[0].PredCost);
1191 IPredCost = std::max(IPredCost, InstCostMap[UI].PredCost);
1232 MaxCost.PredCost = std::max(MaxCost.PredCost, IPredCost);
1237 << " MaxCost = " << MaxCost.PredCost << " "