Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1192 bool AllFixupsOutsideLoop = true; member in __anon3f0d62640811::LSRUse
1649 if (AllFixupsOutsideLoop) in print()
3382 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L); in CollectFixupsAndInitialFormulae()
3559 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L); in CollectLoopInvariantFixupsAndFormulae()
4077 LU.AllFixupsOutsideLoop) in GenerateScales()
4090 if (AR && (AR->getLoop() == L || LU.AllFixupsOutsideLoop)) { in GenerateScales()
4106 (AR->getLoop() != L && LU.AllFixupsOutsideLoop))) in GenerateScales()
4110 if (F.Scale == 1 && LU.AllFixupsOutsideLoop) in GenerateScales()
4626 LUThatHas->AllFixupsOutsideLoop &= LU.AllFixupsOutsideLoop; in NarrowSearchSpaceByCollapsingUnrolledCode()