Searched refs:ExtraCost2 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 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() [all …]
|