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

References

lib/Transforms/Vectorize/SLPVectorizer.cpp
 5281   GEPs.clear();
 5319     if (!GEPs.empty()) {
 5320       LLVM_DEBUG(dbgs() << "SLP: Found GEPs for " << GEPs.size()
 5463   GEPs.clear();
 5490       GEPs[GEP->getPointerOperand()].push_back(GEP);
 7023   for (auto &Entry : GEPs) {