Lines Matching refs:ExtraCost2
123 unsigned ExtraCost2; member
133 ExtraCost(0), ExtraCost2(0), BB(nullptr), TrueBB(nullptr), in BBInfo()
676 BBI.ExtraCost2 = 0; in ScanInstructions()
728 BBI.ExtraCost2 += ExtraPredCost; in ScanInstructions()
886 TrueBBI.ExtraCost), TrueBBI.ExtraCost2, in AnalyzeBlock()
888 FalseBBI.ExtraCost),FalseBBI.ExtraCost2, in AnalyzeBlock()
907 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock()
923 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock()
932 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock()
952 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock()
963 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock()
973 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock()
1673 ToBBI.ExtraCost2 += ExtraPredCost; in CopyAndPredicateBlock()
1830 ToBBI.ExtraCost2 += FromBBI.ExtraCost2; in MergeBlocks()
1833 FromBBI.ExtraCost2 = 0; in MergeBlocks()