Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1729 if (Loop *InnerL = LI.getLoopFor(BB)) in recomputeLoopBlockSet() local
1730 if (InnerL != &L) { in recomputeLoopBlockSet()
1731 assert(L.contains(InnerL) && in recomputeLoopBlockSet()
1735 auto *InnerPH = InnerL->getLoopPreheader(); in recomputeLoopBlockSet()
1749 for (auto *InnerBB : InnerL->blocks()) { in recomputeLoopBlockSet()
H A DLICM.cpp2367 for (Loop *InnerL : L->getSubLoops()) in collectAliasInfoForLoop()
2368 for (BasicBlock *BB : InnerL->blocks()) in collectAliasInfoForLoop()
H A DLoopInterchange.cpp970 areInnerLoopExitPHIsSupported(Loop *InnerL, Loop *OuterL, in areInnerLoopExitPHIsSupported() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp12899 for (auto *InnerL : depth_first(L)) { in print() local
12900 if (InnerL == L) in print()
12909 InnerL->getHeader()->printAsOperand(OS, /*PrintType=*/false); in print()
12910 OS << ": " << loopDispositionToStr(SE.getLoopDisposition(SV, InnerL)); in print()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2176 for (Loop *InnerL : L) in collectSupportedLoops()
2177 collectSupportedLoops(*InnerL, LI, ORE, V); in collectSupportedLoops()