Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1983 for (Loop *InnerL : L->getSubLoops()) { in collectAliasInfoForLoop()
1984 auto MapI = LoopToAliasSetMap.find(InnerL); in collectAliasInfoForLoop()
1989 RecomputeLoops.push_back(InnerL); in collectAliasInfoForLoop()
2008 for (Loop *InnerL : RecomputeLoops) in collectAliasInfoForLoop()
2009 for (BasicBlock *BB : InnerL->blocks()) in collectAliasInfoForLoop()
H A DSimpleLoopUnswitch.cpp1583 if (Loop *InnerL = LI.getLoopFor(BB)) in recomputeLoopBlockSet() local
1584 if (InnerL != &L) { in recomputeLoopBlockSet()
1585 assert(L.contains(InnerL) && in recomputeLoopBlockSet()
1589 auto *InnerPH = InnerL->getLoopPreheader(); in recomputeLoopBlockSet()
1603 for (auto *InnerBB : InnerL->blocks()) { in recomputeLoopBlockSet()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp11526 for (auto *InnerL : depth_first(L)) { in print() local
11527 if (InnerL == L) in print()
11536 InnerL->getHeader()->printAsOperand(OS, /*PrintType=*/false); in print()
11537 OS << ": " << loopDispositionToStr(SE.getLoopDisposition(SV, InnerL)); in print()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1413 for (Loop *InnerL : L) in collectSupportedLoops()
1414 collectSupportedLoops(*InnerL, LI, ORE, V); in collectSupportedLoops()