Lines Matching defs:OutStoreChains
7780 SmallVector<SDValue, 16> &OutStoreChains) {
7782 assert(OutStoreChains.size() && "Missing stores in memcpy inlining");
7794 StoreSDNode *ST = dyn_cast<StoreSDNode>(OutStoreChains[i]);
7880 SmallVector<SDValue, 16> OutStoreChains;
7952 OutStoreChains.push_back(Store);
7961 unsigned NumLdStInMemcpy = OutStoreChains.size();
7971 OutChains.push_back(OutStoreChains[i]);
7978 OutStoreChains);
7989 OutLoadChains, OutStoreChains);
7997 OutStoreChains);