Lines Matching refs:ExtraCost
144 unsigned ExtraCost = 0; member
384 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
385 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
1065 BBI.ExtraCost = 0; in ScanInstructions()
1122 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1344 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock()
1360 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock()
1369 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock()
1389 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1400 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1410 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
2182 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
2345 ToBBI.ExtraCost += FromBBI.ExtraCost; in MergeBlocks()
2348 FromBBI.ExtraCost = 0; in MergeBlocks()