Searched refs:NumLdStInMemcpy (Results 1 – 1 of 1) sorted by relevance
7596 unsigned NumLdStInMemcpy = OutStoreChains.size(); in getMemcpyLoadsAndStores() local7598 if (NumLdStInMemcpy) { in getMemcpyLoadsAndStores()7604 for (unsigned i = 0; i < NumLdStInMemcpy; ++i) { in getMemcpyLoadsAndStores()7610 if (NumLdStInMemcpy <= GluedLdStLimit) { in getMemcpyLoadsAndStores()7612 NumLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()7615 unsigned NumberLdChain = NumLdStInMemcpy / GluedLdStLimit; in getMemcpyLoadsAndStores()7616 unsigned RemainingLdStInMemcpy = NumLdStInMemcpy % GluedLdStLimit; in getMemcpyLoadsAndStores()7620 unsigned IndexFrom = NumLdStInMemcpy - GlueIter - GluedLdStLimit; in getMemcpyLoadsAndStores()7621 unsigned IndexTo = NumLdStInMemcpy - GlueIter; in getMemcpyLoadsAndStores()