Searched refs:NumLdStInMemcpy (Results 1 – 1 of 1) sorted by relevance
5803 unsigned NumLdStInMemcpy = OutStoreChains.size(); in getMemcpyLoadsAndStores() local5805 if (NumLdStInMemcpy) { in getMemcpyLoadsAndStores()5811 for (unsigned i = 0; i < NumLdStInMemcpy; ++i) { in getMemcpyLoadsAndStores()5817 if (NumLdStInMemcpy <= GluedLdStLimit) { in getMemcpyLoadsAndStores()5819 NumLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()5822 unsigned NumberLdChain = NumLdStInMemcpy / GluedLdStLimit; in getMemcpyLoadsAndStores()5823 unsigned RemainingLdStInMemcpy = NumLdStInMemcpy % GluedLdStLimit; in getMemcpyLoadsAndStores()5827 unsigned IndexFrom = NumLdStInMemcpy - GlueIter - GluedLdStLimit; in getMemcpyLoadsAndStores()5828 unsigned IndexTo = NumLdStInMemcpy - GlueIter; in getMemcpyLoadsAndStores()