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

References

lib/Transforms/Scalar/LoopStrengthReduce.cpp
 1498   for (const Loop *PIL : PostIncLoops) {
 3316     LF.PostIncLoops = TmpPostIncLoops;
 5077   if (LF.PostIncLoops.count(L)) {
 5085   for (const Loop *PIL : LF.PostIncLoops) {
 5141   Rewriter.setPostInc(LF.PostIncLoops);
 5164     Reg = denormalizeForPostIncUse(Reg, LF.PostIncLoops, SE);
 5174     PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops);