Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1163 bool AllFixupsOutsideLoop = true; member in __anonfc600eff0711::LSRUse
1618 if (AllFixupsOutsideLoop) in print()
3332 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L); in CollectFixupsAndInitialFormulae()
3484 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L); in CollectLoopInvariantFixupsAndFormulae()
3998 LU.AllFixupsOutsideLoop) in GenerateScales()
4011 if (AR && (AR->getLoop() == L || LU.AllFixupsOutsideLoop)) { in GenerateScales()
4026 (AR->getLoop() != L && LU.AllFixupsOutsideLoop))) in GenerateScales()
4030 if (F.Scale == 1 && LU.AllFixupsOutsideLoop) in GenerateScales()
4537 LUThatHas->AllFixupsOutsideLoop &= LU.AllFixupsOutsideLoop; in NarrowSearchSpaceByCollapsingUnrolledCode()