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.cpp1848 if (Loop *InnerL = LI.getLoopFor(BB)) in recomputeLoopBlockSet() local
1849 if (InnerL != &L) { in recomputeLoopBlockSet()
1850 assert(L.contains(InnerL) && in recomputeLoopBlockSet()
1854 auto *InnerPH = InnerL->getLoopPreheader(); in recomputeLoopBlockSet()
1868 for (auto *InnerBB : InnerL->blocks()) { in recomputeLoopBlockSet()
H A DLoopInterchange.cpp1024 areInnerLoopExitPHIsSupported(Loop *InnerL, Loop *OuterL, in areInnerLoopExitPHIsSupported() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp13997 for (const auto *InnerL : depth_first(L)) { in print() local
13998 if (InnerL == L) in print()
14007 InnerL->getHeader()->printAsOperand(OS, /*PrintType=*/false); in print()
14008 OS << ": " << SE.getLoopDisposition(SV, InnerL); in print()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2102 for (Loop *InnerL : L) in collectSupportedLoops()
2103 collectSupportedLoops(*InnerL, LI, ORE, V); in collectSupportedLoops()