Searched refs:NumLdStInMemcpy (Results 1 – 1 of 1) sorted by relevance
7961 unsigned NumLdStInMemcpy = OutStoreChains.size(); in getMemcpyLoadsAndStores() local7963 if (NumLdStInMemcpy) { in getMemcpyLoadsAndStores()7969 for (unsigned i = 0; i < NumLdStInMemcpy; ++i) { in getMemcpyLoadsAndStores()7975 if (NumLdStInMemcpy <= GluedLdStLimit) { in getMemcpyLoadsAndStores()7977 NumLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()7980 unsigned NumberLdChain = NumLdStInMemcpy / GluedLdStLimit; in getMemcpyLoadsAndStores()7981 unsigned RemainingLdStInMemcpy = NumLdStInMemcpy % GluedLdStLimit; in getMemcpyLoadsAndStores()7985 unsigned IndexFrom = NumLdStInMemcpy - GlueIter - GluedLdStLimit; in getMemcpyLoadsAndStores()7986 unsigned IndexTo = NumLdStInMemcpy - GlueIter; in getMemcpyLoadsAndStores()