Searched refs:NumLdStInMemcpy (Results 1 – 1 of 1) sorted by relevance
7134 unsigned NumLdStInMemcpy = OutStoreChains.size(); in getMemcpyLoadsAndStores() local7136 if (NumLdStInMemcpy) { in getMemcpyLoadsAndStores()7142 for (unsigned i = 0; i < NumLdStInMemcpy; ++i) { in getMemcpyLoadsAndStores()7148 if (NumLdStInMemcpy <= GluedLdStLimit) { in getMemcpyLoadsAndStores()7150 NumLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()7153 unsigned NumberLdChain = NumLdStInMemcpy / GluedLdStLimit; in getMemcpyLoadsAndStores()7154 unsigned RemainingLdStInMemcpy = NumLdStInMemcpy % GluedLdStLimit; in getMemcpyLoadsAndStores()7158 unsigned IndexFrom = NumLdStInMemcpy - GlueIter - GluedLdStLimit; in getMemcpyLoadsAndStores()7159 unsigned IndexTo = NumLdStInMemcpy - GlueIter; in getMemcpyLoadsAndStores()