Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6302 unsigned To, SmallVector<SDValue, 16> &OutLoadChains, in chainLoadsAndStoresForMemcpy() argument
6304 assert(OutLoadChains.size() && "Missing loads in memcpy inlining"); in chainLoadsAndStoresForMemcpy()
6308 OutChains.push_back(OutLoadChains[i]); in chainLoadsAndStoresForMemcpy()
6309 GluedLoadChains.push_back(OutLoadChains[i]); in chainLoadsAndStoresForMemcpy()
6391 SmallVector<SDValue, 16> OutLoadChains; in getMemcpyLoadsAndStores() local
6456 OutLoadChains.push_back(Value.getValue(1)); in getMemcpyLoadsAndStores()
6480 OutChains.push_back(OutLoadChains[i]); in getMemcpyLoadsAndStores()
6487 NumLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()
6499 OutLoadChains, OutStoreChains); in getMemcpyLoadsAndStores()
6506 RemainingLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()