Lines Matching refs:ExtraCost2
121 unsigned ExtraCost2; member
131 ExtraCost(0), ExtraCost2(0), BB(nullptr), TrueBB(nullptr), in BBInfo()
671 BBI.ExtraCost2 = 0; in ScanInstructions()
694 BBI.ExtraCost2 += ExtraPredCost; in ScanInstructions()
852 TrueBBI.ExtraCost), TrueBBI.ExtraCost2, in AnalyzeBlock()
854 FalseBBI.ExtraCost),FalseBBI.ExtraCost2, in AnalyzeBlock()
873 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock()
888 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock()
896 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock()
915 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock()
925 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock()
934 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock()
1609 ToBBI.ExtraCost2 += ExtraPredCost; in CopyAndPredicateBlock()
1758 ToBBI.ExtraCost2 += FromBBI.ExtraCost2; in MergeBlocks()
1761 FromBBI.ExtraCost2 = 0; in MergeBlocks()