Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1673 if (Loop *InnerL = LI.getLoopFor(BB)) in recomputeLoopBlockSet() local
1674 if (InnerL != &L) { in recomputeLoopBlockSet()
1675 assert(L.contains(InnerL) && in recomputeLoopBlockSet()
1679 auto *InnerPH = InnerL->getLoopPreheader(); in recomputeLoopBlockSet()
1693 for (auto *InnerBB : InnerL->blocks()) { in recomputeLoopBlockSet()
H A DLICM.cpp2335 for (Loop *InnerL : L->getSubLoops()) in collectAliasInfoForLoop()
2336 for (BasicBlock *BB : InnerL->blocks()) in collectAliasInfoForLoop()
H A DLoopInterchange.cpp970 areInnerLoopExitPHIsSupported(Loop *InnerL, Loop *OuterL, in areInnerLoopExitPHIsSupported() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp12375 for (auto *InnerL : depth_first(L)) { in print() local
12376 if (InnerL == L) in print()
12385 InnerL->getHeader()->printAsOperand(OS, /*PrintType=*/false); in print()
12386 OS << ": " << loopDispositionToStr(SE.getLoopDisposition(SV, InnerL)); in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2157 for (Loop *InnerL : L) in collectSupportedLoops()
2158 collectSupportedLoops(*InnerL, LI, ORE, V); in collectSupportedLoops()