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

References

lib/Transforms/Vectorize/SLPVectorizer.cpp
 7053       Candidates.remove_if(
 7061       for (int I = 0, E = GEPList.size(); I < E && Candidates.size() > 1; ++I) {
 7063         if (!Candidates.count(GEPI))
 7066         for (int J = I + 1; J < E && Candidates.size() > 1; ++J) {
 7070             Candidates.remove(GEPI);
 7071             Candidates.remove(GEPJ);
 7073             Candidates.remove(GEPJ);
 7080       if (Candidates.size() < 2)
 7086       SmallVector<Value *, 16> Bundle(Candidates.size());
 7088       for (auto *V : Candidates) {