Home | History | Annotate | Download | only in Utils

Lines Matching refs:OuterL

829   Loop *OuterL = L->getParentLoop();
834 // After complete unrolling most of the blocks should be contained in OuterL.
835 // However, some of them might happen to be out of OuterL (e.g. if they
842 if (PreserveLCSSA && OuterL && CompletelyUnroll && !NeedToFixLCSSA)
843 NeedToFixLCSSA |= ::needToInsertPhisForLCSSA(OuterL, UnrolledLoopBlocks, LI);
850 if (OuterL) {
851 // OuterL includes all loops for which we can break loop-simplify, so
859 Loop *FixLCSSALoop = OuterL;
866 assert(OuterL->isLCSSAForm(*DT) &&
872 simplifyLoop(OuterL, DT, LI, SE, AC, PreserveLCSSA);