Searched refs:FExtra (Results 1 – 2 of 2) sorted by relevance
1145 unsigned FExtra = 0; in shouldConvertIf() local1158 FExtra += TII->getPredicationCost(I); in shouldConvertIf()1161 FCycle, FExtra, TrueProbability); in shouldConvertIf()
2134 unsigned FCycles, unsigned FExtra, in isProfitableToIfCvt() argument2153 unsigned PredCost = (TCycles + FCycles + TExtra + FExtra) * ScalingUpFactor; in isProfitableToIfCvt()