Searched refs:OutStoreChains (Results 1 – 1 of 1) sorted by relevance
6369 SmallVector<SDValue, 16> &OutStoreChains) { in chainLoadsAndStoresForMemcpy() argument6371 assert(OutStoreChains.size() && "Missing stores in memcpy inlining"); in chainLoadsAndStoresForMemcpy()6383 StoreSDNode *ST = dyn_cast<StoreSDNode>(OutStoreChains[i]); in chainLoadsAndStoresForMemcpy()6463 SmallVector<SDValue, 16> OutStoreChains; in getMemcpyLoadsAndStores() local6533 OutStoreChains.push_back(Store); in getMemcpyLoadsAndStores()6542 unsigned NumLdStInMemcpy = OutStoreChains.size(); in getMemcpyLoadsAndStores()6552 OutChains.push_back(OutStoreChains[i]); in getMemcpyLoadsAndStores()6559 OutStoreChains); in getMemcpyLoadsAndStores()6570 OutLoadChains, OutStoreChains); in getMemcpyLoadsAndStores()6578 OutStoreChains); in getMemcpyLoadsAndStores()