Searched refs:NumLdStInMemcpy (Results 1 – 1 of 1) sorted by relevance
5430 unsigned NumLdStInMemcpy = OutStoreChains.size(); in getMemcpyLoadsAndStores() local5432 if (NumLdStInMemcpy) { in getMemcpyLoadsAndStores()5438 for (unsigned i = 0; i < NumLdStInMemcpy; ++i) { in getMemcpyLoadsAndStores()5444 if (NumLdStInMemcpy <= GluedLdStLimit) { in getMemcpyLoadsAndStores()5446 NumLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()5449 unsigned NumberLdChain = NumLdStInMemcpy / GluedLdStLimit; in getMemcpyLoadsAndStores()5450 unsigned RemainingLdStInMemcpy = NumLdStInMemcpy % GluedLdStLimit; in getMemcpyLoadsAndStores()5454 unsigned IndexFrom = NumLdStInMemcpy - GlueIter - GluedLdStLimit; in getMemcpyLoadsAndStores()5455 unsigned IndexTo = NumLdStInMemcpy - GlueIter; in getMemcpyLoadsAndStores()