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

References

lib/Transforms/Scalar/LoopRerollPass.cpp
  784     if (isLoopIncrement(I, IV)) {
  860   if (I != IV && findRootsBase(I, SubsumedInsts))
  966   Inc = IVToIncMap[IV];
  970     for (auto *IVU : IV->users()) {
  971       if (isLoopIncrement(IVU, IV))
  974     findRootsRecursive(IV, SmallInstructionSet());
  975     LoopIncs.push_back(IV);
  977     if (!findRootsBase(IV, SmallInstructionSet()))
 1168   if (LoopControlIV && LoopControlIV != IV) {
 1414   LLVM_DEBUG(dbgs() << "LRR: Matched all iteration increments for " << *IV