Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1843 if (Loop *InnerL = LI.getLoopFor(BB)) in recomputeLoopBlockSet()
1844 if (InnerL != &L) { in recomputeLoopBlockSet()
1845 assert(L.contains(InnerL) && in recomputeLoopBlockSet()
1849 auto *InnerPH = InnerL->getLoopPreheader(); in recomputeLoopBlockSet()
1863 for (auto *InnerBB : InnerL->blocks()) { in recomputeLoopBlockSet()
1842 if (Loop *InnerL = LI.getLoopFor(BB)) recomputeLoopBlockSet() local
H A DLoopInterchange.cpp859 areInnerLoopExitPHIsSupported(Loop *InnerL, Loop *OuterL, in areInnerLoopExitPHIsSupported() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp13805 for (const auto *InnerL : depth_first(L)) { in print() local
13806 if (InnerL == L) in print()
13815 InnerL->getHeader()->printAsOperand(OS, /*PrintType=*/false); in print()
13816 OS << ": " << SE.getLoopDisposition(SV, InnerL); in print()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2200 for (Loop *InnerL : L) in collectSupportedLoops()
2201 collectSupportedLoops(*InnerL, LI, ORE, V); in collectSupportedLoops()