Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5639 SmallVector<SDValue, 16> &OutStoreChains) { in chainLoadsAndStoresForMemcpy() argument
5641 assert(OutStoreChains.size() && "Missing stores in memcpy inlining"); in chainLoadsAndStoresForMemcpy()
5653 StoreSDNode *ST = dyn_cast<StoreSDNode>(OutStoreChains[i]); in chainLoadsAndStoresForMemcpy()
5726 SmallVector<SDValue, 16> OutStoreChains; in getMemcpyLoadsAndStores() local
5794 OutStoreChains.push_back(Store); in getMemcpyLoadsAndStores()
5803 unsigned NumLdStInMemcpy = OutStoreChains.size(); in getMemcpyLoadsAndStores()
5813 OutChains.push_back(OutStoreChains[i]); in getMemcpyLoadsAndStores()
5820 OutStoreChains); in getMemcpyLoadsAndStores()
5831 OutLoadChains, OutStoreChains); in getMemcpyLoadsAndStores()
5839 OutStoreChains); in getMemcpyLoadsAndStores()