Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1205 bool AllFixupsOutsideLoop = true; member in __anon926e14ea0811::LSRUse
1662 if (AllFixupsOutsideLoop) in print()
3391 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L); in CollectFixupsAndInitialFormulae()
3581 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L); in CollectLoopInvariantFixupsAndFormulae()
4099 LU.AllFixupsOutsideLoop) in GenerateScales()
4112 if (AR && (AR->getLoop() == L || LU.AllFixupsOutsideLoop)) { in GenerateScales()
4128 (AR->getLoop() != L && LU.AllFixupsOutsideLoop))) in GenerateScales()
4132 if (F.Scale == 1 && LU.AllFixupsOutsideLoop) in GenerateScales()
4676 LUThatHas->AllFixupsOutsideLoop &= LU.AllFixupsOutsideLoop; in NarrowSearchSpaceByCollapsingUnrolledCode()