Lines Matching refs:PredCost
140 Scaled64 PredCost; member
608 SelectCost = std::max(SelectCost, InstCostMap[SI].PredCost); in findProfitableSIGroupsInnerLoops()
825 if (LoopCost[0].NonPredCost > LoopCost[0].PredCost || in checkLoopHeuristics()
826 LoopCost[1].NonPredCost >= LoopCost[1].PredCost) { in checkLoopHeuristics()
833 Scaled64 Gain[2] = {LoopCost[0].PredCost - LoopCost[0].NonPredCost, in checkLoopHeuristics()
834 LoopCost[1].PredCost - LoopCost[1].NonPredCost}; in checkLoopHeuristics()
840 Gain[1] * Scaled64::get(GainRelativeThreshold) < LoopCost[1].PredCost) { in checkLoopHeuristics()
841 Scaled64 RelativeGain = Scaled64::get(100) * Gain[1] / LoopCost[1].PredCost; in checkLoopHeuristics()
857 (LoopCost[1].PredCost - LoopCost[0].PredCost); in checkLoopHeuristics()
911 IPredCost = std::max(IPredCost, InstCostMap[UI].PredCost); in computeLoopCosts()
959 MaxCost.PredCost = std::max(MaxCost.PredCost, IPredCost); in computeLoopCosts()
964 << " MaxCost = " << MaxCost.PredCost << " " in computeLoopCosts()