Searched refs:FExtra (Results 1 – 2 of 2) sorted by relevance
1147 unsigned FExtra = 0; in shouldConvertIf() local1160 FExtra += TII->getPredicationCost(I); in shouldConvertIf()1163 FCycle, FExtra, TrueProbability); in shouldConvertIf()
2112 unsigned FCycles, unsigned FExtra, in isProfitableToIfCvt() argument2131 unsigned PredCost = (TCycles + FCycles + TExtra + FExtra) * ScalingUpFactor; in isProfitableToIfCvt()