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

References

lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  870   LLVM_DEBUG(dbgs() << "LSV: Vectorizing " << Instrs.size()
  877   for (int i = 0, e = Instrs.size(); i < e; ++i) {
  883       if (isConsecutiveAccess(Instrs[i], Instrs[j])) {
  883       if (isConsecutiveAccess(Instrs[i], Instrs[j])) {
  902     if (InstructionsProcessed.count(Instrs[Head]))
  907           !InstructionsProcessed.count(Instrs[Heads[TIt]])) {
  919       if (InstructionsProcessed.count(Instrs[I]))
  922       Operands.push_back(Instrs[I]);