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

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

Completed in 117 milliseconds