Home
last modified time | relevance | path

Searched refs:OutStoreChains (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6724 SmallVector<SDValue, 16> &OutStoreChains) { in chainLoadsAndStoresForMemcpy() argument
6726 assert(OutStoreChains.size() && "Missing stores in memcpy inlining"); in chainLoadsAndStoresForMemcpy()
6738 StoreSDNode *ST = dyn_cast<StoreSDNode>(OutStoreChains[i]); in chainLoadsAndStoresForMemcpy()
6823 SmallVector<SDValue, 16> OutStoreChains; in getMemcpyLoadsAndStores() local
6895 OutStoreChains.push_back(Store); in getMemcpyLoadsAndStores()
6904 unsigned NumLdStInMemcpy = OutStoreChains.size(); in getMemcpyLoadsAndStores()
6914 OutChains.push_back(OutStoreChains[i]); in getMemcpyLoadsAndStores()
6921 OutStoreChains); in getMemcpyLoadsAndStores()
6932 OutLoadChains, OutStoreChains); in getMemcpyLoadsAndStores()
6940 OutStoreChains); in getMemcpyLoadsAndStores()