Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8357 SmallVector<SDValue, 16> &OutStoreChains) { in chainLoadsAndStoresForMemcpy() argument
8359 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() local
8527 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()