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()
1064 BBI.ExtraCost = 0; in ScanInstructions()
1121 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1343 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock()
1359 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock()
1368 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock()
1388 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1399 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1409 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
2181 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
2344 ToBBI.ExtraCost += FromBBI.ExtraCost; in MergeBlocks()
2347 FromBBI.ExtraCost = 0; in MergeBlocks()