Searched refs:UnpredCost (Results 1 – 1 of 1) sorted by relevance
2145 unsigned UnpredCost; in isProfitableToIfCvt() local2167 UnpredCost = TUnpredCost + FUnpredCost; in isProfitableToIfCvt()2177 UnpredCost = TUnpredCost + FUnpredCost; in isProfitableToIfCvt()2178 UnpredCost += 1 * ScalingUpFactor; // The branch itself in isProfitableToIfCvt()2179 UnpredCost += Subtarget.getMispredictionPenalty() * ScalingUpFactor / 10; in isProfitableToIfCvt()2182 return PredCost <= UnpredCost; in isProfitableToIfCvt()