Searched refs:NumLdStInMemcpy (Results 1 – 1 of 1) sorted by relevance
8536 unsigned NumLdStInMemcpy = OutStoreChains.size(); in getMemcpyLoadsAndStores() local8538 if (NumLdStInMemcpy) { in getMemcpyLoadsAndStores()8544 for (unsigned i = 0; i < NumLdStInMemcpy; ++i) { in getMemcpyLoadsAndStores()8550 if (NumLdStInMemcpy <= GluedLdStLimit) { in getMemcpyLoadsAndStores()8552 NumLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()8555 unsigned NumberLdChain = NumLdStInMemcpy / GluedLdStLimit; in getMemcpyLoadsAndStores()8556 unsigned RemainingLdStInMemcpy = NumLdStInMemcpy % GluedLdStLimit; in getMemcpyLoadsAndStores()8560 unsigned IndexFrom = NumLdStInMemcpy - GlueIter - GluedLdStLimit; in getMemcpyLoadsAndStores()8561 unsigned IndexTo = NumLdStInMemcpy - GlueIter; in getMemcpyLoadsAndStores()