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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4509 LSRUse *LUThatHas = FindUseWithSimilarFormula(F, LU); local
4510 if (!LUThatHas)
4513 if (!reconcileNewOffset(*LUThatHas, F.BaseOffset, /*HasBaseReg=*/ false,
4519 LUThatHas->AllFixupsOutsideLoop &= LU.AllFixupsOutsideLoop;
4521 // Transfer the fixups of LU to LUThatHas.
4524 LUThatHas->pushFixup(Fixup);
4530 for (size_t i = 0, e = LUThatHas->Formulae.size(); i != e; ++i) {
4531 Formula &F = LUThatHas->Formulae[i];
4532 if (!isLegalUse(TTI, LUThatHas->MinOffset, LUThatHas
[all...]

Completed in 83 milliseconds