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

References

lib/Passes/PassBuilder.cpp
  459   LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap));
  459   LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap));
  473       PTO.LoopUnrolling)
  475                                     PTO.ForgetAllSCEVInLoopUnroll));
  527       LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap),
  527       LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap),
  919       LoopVectorizeOptions(!PTO.LoopInterleaving, !PTO.LoopVectorization)));
  919       LoopVectorizeOptions(!PTO.LoopInterleaving, !PTO.LoopVectorization)));
  944   if (PTO.SLPVectorization)
  956   if (EnableUnrollAndJam && PTO.LoopUnrolling) {
  961       LoopUnrollOptions(Level, /*OnlyWhenForced=*/!PTO.LoopUnrolling,
  962                         PTO.ForgetAllSCEVInLoopUnroll)));
  967       LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap),
  967       LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap),