Lines Matching refs:ExtraCost2
145 unsigned ExtraCost2 = 0; member
388 *TBBInfo.BB, TCycle, TBBInfo.ExtraCost2, *FBBInfo.BB, in MeetIfcvtSizeLimit()
389 FCycle, FBBInfo.ExtraCost2, Prediction); in MeetIfcvtSizeLimit()
392 << ", TExtra=" << TBBInfo.ExtraCost2 << ", FExtra=" in MeetIfcvtSizeLimit()
393 << FBBInfo.ExtraCost2 << ") = " << Res << "\n"); in MeetIfcvtSizeLimit()
1066 BBI.ExtraCost2 = 0; in ScanInstructions()
1123 BBI.ExtraCost2 += ExtraPredCost; in ScanInstructions()
1345 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock()
1361 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock()
1370 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock()
1390 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock()
1401 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock()
1411 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock()
2183 ToBBI.ExtraCost2 += ExtraPredCost; in CopyAndPredicateBlock()
2346 ToBBI.ExtraCost2 += FromBBI.ExtraCost2; in MergeBlocks()
2349 FromBBI.ExtraCost2 = 0; in MergeBlocks()