Searched refs:NumLdStInMemcpy (Results 1 – 1 of 1) sorted by relevance
6471 unsigned NumLdStInMemcpy = OutStoreChains.size(); in getMemcpyLoadsAndStores() local6473 if (NumLdStInMemcpy) { in getMemcpyLoadsAndStores()6479 for (unsigned i = 0; i < NumLdStInMemcpy; ++i) { in getMemcpyLoadsAndStores()6485 if (NumLdStInMemcpy <= GluedLdStLimit) { in getMemcpyLoadsAndStores()6487 NumLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()6490 unsigned NumberLdChain = NumLdStInMemcpy / GluedLdStLimit; in getMemcpyLoadsAndStores()6491 unsigned RemainingLdStInMemcpy = NumLdStInMemcpy % GluedLdStLimit; in getMemcpyLoadsAndStores()6495 unsigned IndexFrom = NumLdStInMemcpy - GlueIter - GluedLdStLimit; in getMemcpyLoadsAndStores()6496 unsigned IndexTo = NumLdStInMemcpy - GlueIter; in getMemcpyLoadsAndStores()