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

References

lib/Transforms/Utils/LoopUnrollPeel.cpp
  267   if (!canPeel(L))
  271   if (!L->empty())
  289   if (auto Peeled = getOptionalIntLoopAttribute(L, PeeledCountMetaData))
  309     BasicBlock *BackEdge = L->getLoopLatch();
  311     for (auto BI = L->getHeader()->begin(); isa<PHINode>(&*BI); ++BI) {
  314           Phi, L, BackEdge, IterationsToInvariance);
  324                                 countToEliminateCompares(*L, MaxPeelCount, SE));
  354   if (L->getHeader()->getParent()->hasProfileData()) {
  355     Optional<unsigned> PeelCount = getLoopEstimatedTripCount(L);