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.cpp1341 bool AllFixupsOutsideLoop = true; member in __anonc21373340811::LSRUse
1803 if (AllFixupsOutsideLoop) in print()
3626 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L); in CollectFixupsAndInitialFormulae()
3816 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L); in CollectLoopInvariantFixupsAndFormulae()
4350 LU.AllFixupsOutsideLoop) in GenerateScales()
4363 if (AR && (AR->getLoop() == L || LU.AllFixupsOutsideLoop)) { in GenerateScales()
4379 (AR->getLoop() != L && LU.AllFixupsOutsideLoop))) in GenerateScales()
4383 if (F.Scale == 1 && LU.AllFixupsOutsideLoop) in GenerateScales()
4963 LUThatHas->AllFixupsOutsideLoop &= LU.AllFixupsOutsideLoop; in NarrowSearchSpaceByCollapsingUnrolledCode()