reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2923 if (skipLoop(L)) 2926 Function &F = *L->getHeader()->getParent(); 2928 LLVM_DEBUG(dbgs() << "Unswitching loop in " << F.getName() << ": " << *L 2945 auto UnswitchCB = [&L, &LPM](bool CurrentLoopValid, 2955 LPM.addLoop(*L); 2957 LPM.markLoopAsDeleted(*L); 2963 bool Changed = unswitchLoop(*L, DT, LI, AC, TTI, NonTrivial, UnswitchCB, SE, 2971 LPM.deleteSimpleAnalysisLoop(L);