Searched refs:NumLdStInMemcpy (Results 1 – 1 of 1) sorted by relevance
6542 unsigned NumLdStInMemcpy = OutStoreChains.size(); in getMemcpyLoadsAndStores() local6544 if (NumLdStInMemcpy) { in getMemcpyLoadsAndStores()6550 for (unsigned i = 0; i < NumLdStInMemcpy; ++i) { in getMemcpyLoadsAndStores()6556 if (NumLdStInMemcpy <= GluedLdStLimit) { in getMemcpyLoadsAndStores()6558 NumLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()6561 unsigned NumberLdChain = NumLdStInMemcpy / GluedLdStLimit; in getMemcpyLoadsAndStores()6562 unsigned RemainingLdStInMemcpy = NumLdStInMemcpy % GluedLdStLimit; in getMemcpyLoadsAndStores()6566 unsigned IndexFrom = NumLdStInMemcpy - GlueIter - GluedLdStLimit; in getMemcpyLoadsAndStores()6567 unsigned IndexTo = NumLdStInMemcpy - GlueIter; in getMemcpyLoadsAndStores()