Lines Matching defs:ExtraCost
126 /// ExtraCost - Extra cost for multi-cycle instructions.
144 unsigned ExtraCost = 0;
384 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups;
385 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups;
1065 BBI.ExtraCost = 0;
1122 BBI.ExtraCost += NumCycles-1;
1344 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
1360 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
1369 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
1389 FalseBBI.NonPredSize + FalseBBI.ExtraCost,
1400 FalseBBI.NonPredSize + FalseBBI.ExtraCost,
1410 FalseBBI.NonPredSize + FalseBBI.ExtraCost,
2182 ToBBI.ExtraCost += NumCycles-1;
2345 ToBBI.ExtraCost += FromBBI.ExtraCost;
2348 FromBBI.ExtraCost = 0;