Lines Matching refs:ExtraCost
146 unsigned ExtraCost = 0; member
386 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
387 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
1068 BBI.ExtraCost = 0; in ScanInstructions()
1125 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1347 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock()
1363 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock()
1372 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock()
1392 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1403 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1413 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
2197 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
2351 ToBBI.ExtraCost += FromBBI.ExtraCost; in MergeBlocks()
2354 FromBBI.ExtraCost = 0; in MergeBlocks()