Searched refs:InnerL (Results 1 – 5 of 5) sorted by relevance
1729 if (Loop *InnerL = LI.getLoopFor(BB)) in recomputeLoopBlockSet() local1730 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()
2367 for (Loop *InnerL : L->getSubLoops()) in collectAliasInfoForLoop()2368 for (BasicBlock *BB : InnerL->blocks()) in collectAliasInfoForLoop()
970 areInnerLoopExitPHIsSupported(Loop *InnerL, Loop *OuterL, in areInnerLoopExitPHIsSupported() argument
12899 for (auto *InnerL : depth_first(L)) { in print() local12900 if (InnerL == L) in print()12909 InnerL->getHeader()->printAsOperand(OS, /*PrintType=*/false); in print()12910 OS << ": " << loopDispositionToStr(SE.getLoopDisposition(SV, InnerL)); in print()
2176 for (Loop *InnerL : L) in collectSupportedLoops()2177 collectSupportedLoops(*InnerL, LI, ORE, V); in collectSupportedLoops()