Home
last modified time | relevance | path

Searched defs:OuterL (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp565 if (Loop *OuterL = separateNestedLoop(L, Preheader, DT, LI, SE, simplifyOneLoop() local
H A DLoopUnroll.cpp1022 Loop *OuterL = L->getParentLoop(); in UnrollLoop() local
[all...]
H A DLoopUtils.cpp901 Loop *OuterL = InnerLoop->getParentLoop(); hasIterationCountInvariantInParent() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp793 Loop *OuterL = &L; unswitchTrivialSwitch() local
1628 if (Loop *OuterL = ExitLoopMap.lookup(BB)) buildClonedLoops() local
1634 auto *OuterL = BBAndL.second; buildClonedLoops() local
2608 for (Loop *OuterL = ParentL; OuterL != OuterExitL; unswitchNontrivialInvariants() local
[all...]
H A DLoopInterchange.cpp859 areInnerLoopExitPHIsSupported(Loop * InnerL,Loop * OuterL,SmallPtrSetImpl<PHINode * > & Reductions) areInnerLoopExitPHIsSupported() argument