Searched refs:FExtra (Results 1 – 2 of 2) sorted by relevance
1178 unsigned FExtra = 0; in shouldConvertIf() local1191 FExtra += TII->getPredicationCost(I); in shouldConvertIf()1194 FCycle, FExtra, TrueProbability); in shouldConvertIf()
2125 unsigned FCycles, unsigned FExtra, in isProfitableToIfCvt() argument2144 unsigned PredCost = (TCycles + FCycles + TExtra + FExtra) * ScalingUpFactor; in isProfitableToIfCvt()