Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6303 SmallVector<SDValue, 16> &OutStoreChains) { in chainLoadsAndStoresForMemcpy() argument
6305 assert(OutStoreChains.size() && "Missing stores in memcpy inlining"); in chainLoadsAndStoresForMemcpy()
6317 StoreSDNode *ST = dyn_cast<StoreSDNode>(OutStoreChains[i]); in chainLoadsAndStoresForMemcpy()
6392 SmallVector<SDValue, 16> OutStoreChains; in getMemcpyLoadsAndStores() local
6462 OutStoreChains.push_back(Store); in getMemcpyLoadsAndStores()
6471 unsigned NumLdStInMemcpy = OutStoreChains.size(); in getMemcpyLoadsAndStores()
6481 OutChains.push_back(OutStoreChains[i]); in getMemcpyLoadsAndStores()
6488 OutStoreChains); in getMemcpyLoadsAndStores()
6499 OutLoadChains, OutStoreChains); in getMemcpyLoadsAndStores()
6507 OutStoreChains); in getMemcpyLoadsAndStores()