Searched refs:NumLdStInMemcpy (Results 1 – 1 of 1) sorted by relevance
6904 unsigned NumLdStInMemcpy = OutStoreChains.size(); in getMemcpyLoadsAndStores() local6906 if (NumLdStInMemcpy) { in getMemcpyLoadsAndStores()6912 for (unsigned i = 0; i < NumLdStInMemcpy; ++i) { in getMemcpyLoadsAndStores()6918 if (NumLdStInMemcpy <= GluedLdStLimit) { in getMemcpyLoadsAndStores()6920 NumLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()6923 unsigned NumberLdChain = NumLdStInMemcpy / GluedLdStLimit; in getMemcpyLoadsAndStores()6924 unsigned RemainingLdStInMemcpy = NumLdStInMemcpy % GluedLdStLimit; in getMemcpyLoadsAndStores()6928 unsigned IndexFrom = NumLdStInMemcpy - GlueIter - GluedLdStLimit; in getMemcpyLoadsAndStores()6929 unsigned IndexTo = NumLdStInMemcpy - GlueIter; in getMemcpyLoadsAndStores()