Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1205 bool AllFixupsOutsideLoop = true; member in __anon6fa033cb0811::LSRUse
1662 if (AllFixupsOutsideLoop) in print()
3395 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L); in CollectFixupsAndInitialFormulae()
3580 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L); in CollectLoopInvariantFixupsAndFormulae()
4098 LU.AllFixupsOutsideLoop) in GenerateScales()
4111 if (AR && (AR->getLoop() == L || LU.AllFixupsOutsideLoop)) { in GenerateScales()
4127 (AR->getLoop() != L && LU.AllFixupsOutsideLoop))) in GenerateScales()
4131 if (F.Scale == 1 && LU.AllFixupsOutsideLoop) in GenerateScales()
4646 LUThatHas->AllFixupsOutsideLoop &= LU.AllFixupsOutsideLoop; in NarrowSearchSpaceByCollapsingUnrolledCode()