Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1155 bool AllFixupsOutsideLoop = true; member in __anon244971d90711::LSRUse
1593 if (AllFixupsOutsideLoop) in print()
3282 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L); in CollectFixupsAndInitialFormulae()
3431 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L); in CollectLoopInvariantFixupsAndFormulae()
3916 LU.AllFixupsOutsideLoop) in GenerateScales()
3929 if (AR && (AR->getLoop() == L || LU.AllFixupsOutsideLoop)) { in GenerateScales()
3944 (AR->getLoop() != L && LU.AllFixupsOutsideLoop))) in GenerateScales()
3948 if (F.Scale == 1 && LU.AllFixupsOutsideLoop) in GenerateScales()
4429 LUThatHas->AllFixupsOutsideLoop &= LU.AllFixupsOutsideLoop; in NarrowSearchSpaceByCollapsingUnrolledCode()