Searched refs:ExtraCost2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp131 /// ExtraCost2 - Some instructions are slower when predicated
149 unsigned ExtraCost2 = 0; member in struct:__anon3479::IfConverter::BBInfo
392 *TBBInfo.BB, TCycle, TBBInfo.ExtraCost2, *FBBInfo.BB,
393 FCycle, FBBInfo.ExtraCost2, Prediction);
396 << ", TExtra=" << TBBInfo.ExtraCost2 << ", FExtra="
397 << FBBInfo.ExtraCost2 << ") = " << Res << "\n");
1071 BBI.ExtraCost2 = 0;
1128 BBI.ExtraCost2 += ExtraPredCost;
1350 TrueBBI.ExtraCost2, Prediction) &&
1366 TrueBBI.ExtraCost2, Predictio
[all...]

Completed in 52 milliseconds