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

References

lib/Transforms/Scalar/LoopRerollPass.cpp
  995   Scale = RootSets[0].Roots.size() + 1;
  997   if (Scale > IL_MaxRerollIterations) {
  999                       << "#Found=" << Scale
 1004   LLVM_DEBUG(dbgs() << "LRR: Successfully found roots: Scale=" << Scale
 1153   Reductions.restrictToScale(Scale, PossibleRedSet,
 1208   for (unsigned Iter = 1; Iter < Scale; ++Iter) {
 1465         TripCount, SE->getConstant(BackedgeTakenCount->getType(), Scale));