Searched refs:InnerL (Results 1 – 4 of 4) sorted by relevance
1829 if (Loop *InnerL = LI.getLoopFor(BB)) in recomputeLoopBlockSet() local1830 if (InnerL != &L) { in recomputeLoopBlockSet()1831 assert(L.contains(InnerL) && in recomputeLoopBlockSet()1835 auto *InnerPH = InnerL->getLoopPreheader(); in recomputeLoopBlockSet()1849 for (auto *InnerBB : InnerL->blocks()) { in recomputeLoopBlockSet()
859 areInnerLoopExitPHIsSupported(Loop *InnerL, Loop *OuterL, in areInnerLoopExitPHIsSupported() argument
13643 for (const auto *InnerL : depth_first(L)) { in print() local13644 if (InnerL == L) in print()13653 InnerL->getHeader()->printAsOperand(OS, /*PrintType=*/false); in print()13654 OS << ": " << SE.getLoopDisposition(SV, InnerL); in print()
2325 for (Loop *InnerL : L) in collectSupportedLoops()2326 collectSupportedLoops(*InnerL, LI, ORE, V); in collectSupportedLoops()