Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7415 SmallVector<SDValue, 16> &OutStoreChains) { in chainLoadsAndStoresForMemcpy() argument
7417 assert(OutStoreChains.size() && "Missing stores in memcpy inlining"); in chainLoadsAndStoresForMemcpy()
7429 StoreSDNode *ST = dyn_cast<StoreSDNode>(OutStoreChains[i]); in chainLoadsAndStoresForMemcpy()
7515 SmallVector<SDValue, 16> OutStoreChains; in getMemcpyLoadsAndStores() local
7587 OutStoreChains.push_back(Store); in getMemcpyLoadsAndStores()
7596 unsigned NumLdStInMemcpy = OutStoreChains.size(); in getMemcpyLoadsAndStores()
7606 OutChains.push_back(OutStoreChains[i]); in getMemcpyLoadsAndStores()
7613 OutStoreChains); in getMemcpyLoadsAndStores()
7624 OutLoadChains, OutStoreChains); in getMemcpyLoadsAndStores()
7632 OutStoreChains); in getMemcpyLoadsAndStores()