Searched refs:FExtra (Results 1 – 2 of 2) sorted by relevance
1260 unsigned FExtra = 0; in shouldConvertIf() local1273 FExtra += TII->getPredicationCost(I); in shouldConvertIf()1276 FCycle, FExtra, TrueProbability); in shouldConvertIf()
1968 unsigned FCycles, unsigned FExtra, in isProfitableToIfCvt() argument1987 unsigned PredCost = (TCycles + FCycles + TExtra + FExtra) * ScalingUpFactor; in isProfitableToIfCvt()