Lines Matching defs:ExtraCost
125 /// ExtraCost - Extra cost for multi-cycle instructions.
143 unsigned ExtraCost = 0;
383 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups;
384 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups;
1064 BBI.ExtraCost = 0;
1121 BBI.ExtraCost += NumCycles-1;
1343 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
1359 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
1368 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
1388 FalseBBI.NonPredSize + FalseBBI.ExtraCost,
1399 FalseBBI.NonPredSize + FalseBBI.ExtraCost,
1409 FalseBBI.NonPredSize + FalseBBI.ExtraCost,
2181 ToBBI.ExtraCost += NumCycles-1;
2344 ToBBI.ExtraCost += FromBBI.ExtraCost;
2347 FromBBI.ExtraCost = 0;