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

References

lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 2846   Function &F = *L.getHeader()->getParent();
 2849   LLVM_DEBUG(dbgs() << "Unswitching loop in " << F.getName() << ": " << L
 2854   std::string LoopName = L.getName();
 2856   auto UnswitchCB = [&L, &U, &LoopName](bool CurrentLoopValid,
 2867       U.markLoopAsDeleted(L, LoopName);
 2876   if (!unswitchLoop(L, AR.DT, AR.LI, AR.AC, AR.TTI, NonTrivial, UnswitchCB,