Searched refs:FExtra (Results 1 – 2 of 2) sorted by relevance
1151 unsigned FExtra = 0; in shouldConvertIf() local1164 FExtra += TII->getPredicationCost(I); in shouldConvertIf()1167 FCycle, FExtra, TrueProbability); in shouldConvertIf()
2138 unsigned FCycles, unsigned FExtra, in isProfitableToIfCvt() argument2157 unsigned PredCost = (TCycles + FCycles + TExtra + FExtra) * ScalingUpFactor; in isProfitableToIfCvt()