Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1780 if (Loop *InnerL = LI.getLoopFor(BB)) in recomputeLoopBlockSet() local
1781 if (InnerL != &L) { in recomputeLoopBlockSet()
1782 assert(L.contains(InnerL) && in recomputeLoopBlockSet()
1786 auto *InnerPH = InnerL->getLoopPreheader(); in recomputeLoopBlockSet()
1800 for (auto *InnerBB : InnerL->blocks()) { in recomputeLoopBlockSet()
H A DLoopInterchange.cpp865 areInnerLoopExitPHIsSupported(Loop *InnerL, Loop *OuterL, in areInnerLoopExitPHIsSupported() argument
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp13657 for (const auto *InnerL : depth_first(L)) { in print() local
13658 if (InnerL == L) in print()
13667 InnerL->getHeader()->printAsOperand(OS, /*PrintType=*/false); in print()
13668 OS << ": " << loopDispositionToStr(SE.getLoopDisposition(SV, InnerL)); in print()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2201 for (Loop *InnerL : L) in collectSupportedLoops()
2202 collectSupportedLoops(*InnerL, LI, ORE, V); in collectSupportedLoops()