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