Searched refs:ExtraCost2 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 151 unsigned ExtraCost2 = 0; member 392 *TBBInfo.BB, TCycle, TBBInfo.ExtraCost2, *FBBInfo.BB, in MeetIfcvtSizeLimit() 393 FCycle, FBBInfo.ExtraCost2, Prediction); in MeetIfcvtSizeLimit() 396 << ", TExtra=" << TBBInfo.ExtraCost2 << ", FExtra=" in MeetIfcvtSizeLimit() 397 << FBBInfo.ExtraCost2 << ") = " << Res << "\n"); in MeetIfcvtSizeLimit() 1085 BBI.ExtraCost2 = 0; in ScanInstructions() 1142 BBI.ExtraCost2 += ExtraPredCost; in ScanInstructions() 1364 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock() 1380 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock() 1389 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock() [all …]
|