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

References

lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  902     if (InstructionsProcessed.count(Instrs[Head]))
  907           !InstructionsProcessed.count(Instrs[Heads[TIt]])) {
  919       if (InstructionsProcessed.count(Instrs[I]))
  928       Vectorized = vectorizeLoadChain(Operands, &InstructionsProcessed);
  930       Vectorized = vectorizeStoreChain(Operands, &InstructionsProcessed);