reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 1686     if (Loop *ExitL = LI.getLoopFor(ExitBB)) {
 1695   auto LoopBlockSet = recomputeLoopBlockSet(L, LI);
 1713     LI.changeLoopFor(PH, ParentL);
 1718       LI.addTopLevelLoop(&L);
 1743     return LI.getLoopDepth(LHS) < LI.getLoopDepth(RHS);
 1743     return LI.getLoopDepth(LHS) < LI.getLoopDepth(RHS);
 1766     Loop &ExitL = *LI.getLoopFor(ExitBB);
 1790                   ExitL.contains(LI.getLoopFor(PredBB))) &&
 1811       if (Loop *BBL = LI.getLoopFor(BB))
 1813           LI.changeLoopFor(BB, &ExitL);
 1825     if (Loop *BBL = LI.getLoopFor(BB))
 1827         LI.changeLoopFor(BB, nullptr);
 1852     if (auto *NewParentL = LI.getLoopFor(HoistedL->getLoopPreheader()))
 1855       LI.addTopLevelLoop(HoistedL);
 1866       LI.removeLoop(llvm::find(LI, &L));
 1866       LI.removeLoop(llvm::find(LI, &L));
 1867     LI.destroy(&L);