Searched refs:InnerL (Results 1 – 4 of 4) sorted by relevance
1755 if (Loop *InnerL = LI.getLoopFor(BB)) in recomputeLoopBlockSet() local1756 if (InnerL != &L) { in recomputeLoopBlockSet()1757 assert(L.contains(InnerL) && in recomputeLoopBlockSet()1761 auto *InnerPH = InnerL->getLoopPreheader(); in recomputeLoopBlockSet()1775 for (auto *InnerBB : InnerL->blocks()) { in recomputeLoopBlockSet()
904 areInnerLoopExitPHIsSupported(Loop *InnerL, Loop *OuterL, in areInnerLoopExitPHIsSupported() argument
13301 for (const auto *InnerL : depth_first(L)) { in print() local13302 if (InnerL == L) in print()13311 InnerL->getHeader()->printAsOperand(OS, /*PrintType=*/false); in print()13312 OS << ": " << loopDispositionToStr(SE.getLoopDisposition(SV, InnerL)); in print()
2166 for (Loop *InnerL : L) in collectSupportedLoops()2167 collectSupportedLoops(*InnerL, LI, ORE, V); in collectSupportedLoops()