Home
last modified time | relevance | path

Searched refs:AllFixupsOutsideLoop (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1321 bool AllFixupsOutsideLoop = true; member in __anonc21373340811::LSRUse
1785 if (AllFixupsOutsideLoop) in print()
3611 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L); in CollectFixupsAndInitialFormulae()
3802 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L); in CollectLoopInvariantFixupsAndFormulae()
4325 LU.AllFixupsOutsideLoop) in GenerateScales()
4338 if (AR && (AR->getLoop() == L || LU.AllFixupsOutsideLoop)) { in GenerateScales()
4354 (AR->getLoop() != L && LU.AllFixupsOutsideLoop))) in GenerateScales()
4358 if (F.Scale == 1 && LU.AllFixupsOutsideLoop) in GenerateScales()
4939 LUThatHas->AllFixupsOutsideLoop &= LU.AllFixupsOutsideLoop; in NarrowSearchSpaceByCollapsingUnrolledCode()