Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1160 bool AllFixupsOutsideLoop = true; member in __anonaa40223f0711::LSRUse
1617 if (AllFixupsOutsideLoop) in print()
3319 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L); in CollectFixupsAndInitialFormulae()
3468 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L); in CollectLoopInvariantFixupsAndFormulae()
3982 LU.AllFixupsOutsideLoop) in GenerateScales()
3995 if (AR && (AR->getLoop() == L || LU.AllFixupsOutsideLoop)) { in GenerateScales()
4010 (AR->getLoop() != L && LU.AllFixupsOutsideLoop))) in GenerateScales()
4014 if (F.Scale == 1 && LU.AllFixupsOutsideLoop) in GenerateScales()
4521 LUThatHas->AllFixupsOutsideLoop &= LU.AllFixupsOutsideLoop; in NarrowSearchSpaceByCollapsingUnrolledCode()