Searched refs:OutStoreChains (Results 1 – 1 of 1) sorted by relevance
8357 SmallVector<SDValue, 16> &OutStoreChains) { in chainLoadsAndStoresForMemcpy() argument8359 assert(OutStoreChains.size() && "Missing stores in memcpy inlining"); in chainLoadsAndStoresForMemcpy()8371 StoreSDNode *ST = dyn_cast<StoreSDNode>(OutStoreChains[i]); in chainLoadsAndStoresForMemcpy()8455 SmallVector<SDValue, 16> OutStoreChains; in getMemcpyLoadsAndStores() local8527 OutStoreChains.push_back(Store); in getMemcpyLoadsAndStores()8536 unsigned NumLdStInMemcpy = OutStoreChains.size(); in getMemcpyLoadsAndStores()8546 OutChains.push_back(OutStoreChains[i]); in getMemcpyLoadsAndStores()8553 OutStoreChains); in getMemcpyLoadsAndStores()8564 OutLoadChains, OutStoreChains); in getMemcpyLoadsAndStores()8572 OutStoreChains); in getMemcpyLoadsAndStores()