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() 666 BBI.ExtraCost2 = 0; in ScanInstructions() 689 BBI.ExtraCost2 += ExtraPredCost; in ScanInstructions() 818 TrueBBI.ExtraCost), TrueBBI.ExtraCost2, in AnalyzeBlock() 820 FalseBBI.ExtraCost),FalseBBI.ExtraCost2, in AnalyzeBlock() 839 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock() 854 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock() 862 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock() 881 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock() [all …]
|