Lines Matching defs:Stores
794 /// This is a helper function for mergeConsecutiveStores. Stores that
9073 SmallVector<StoreSDNode *, 8> Stores = {N};
9088 Stores.push_back(Store);
9090 if (MaxStores < Stores.size())
9094 if (Stores.size() < 2)
9099 unsigned NumStores = Stores.size();
9112 for (auto *Store : Stores) {
9142 // Stores must share the same source value with different offsets.
9160 // Stores must share the same base address.
21244 // Loop on Consecutive Stores on success.