Lines Matching refs:ExtraCost2
114 unsigned ExtraCost2; member
124 ExtraCost(0), ExtraCost2(0), BB(0), TrueBB(0), FalseBB(0) {} in BBInfo()
647 BBI.ExtraCost2 = 0; in ScanInstructions()
669 BBI.ExtraCost2 += ExtraPredCost; in ScanInstructions()
798 TrueBBI.ExtraCost), TrueBBI.ExtraCost2, in AnalyzeBlock()
800 FalseBBI.ExtraCost),FalseBBI.ExtraCost2, in AnalyzeBlock()
819 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock()
834 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock()
842 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock()
861 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock()
871 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock()
880 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock()
1410 ToBBI.ExtraCost2 += ExtraPredCost; in CopyAndPredicateBlock()
1485 ToBBI.ExtraCost2 += FromBBI.ExtraCost2; in MergeBlocks()
1488 FromBBI.ExtraCost2 = 0; in MergeBlocks()