Searched refs:NumLdStInMemcpy (Results 1 – 2 of 2) sorted by relevance
6012 unsigned NumLdStInMemcpy = OutStoreChains.size(); in getMemcpyLoadsAndStores() local6014 if (NumLdStInMemcpy) { in getMemcpyLoadsAndStores()6020 for (unsigned i = 0; i < NumLdStInMemcpy; ++i) { in getMemcpyLoadsAndStores()6026 if (NumLdStInMemcpy <= GluedLdStLimit) { in getMemcpyLoadsAndStores()6028 NumLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()6031 unsigned NumberLdChain = NumLdStInMemcpy / GluedLdStLimit; in getMemcpyLoadsAndStores()6032 unsigned RemainingLdStInMemcpy = NumLdStInMemcpy % GluedLdStLimit; in getMemcpyLoadsAndStores()6036 unsigned IndexFrom = NumLdStInMemcpy - GlueIter - GluedLdStLimit; in getMemcpyLoadsAndStores()6037 unsigned IndexTo = NumLdStInMemcpy - GlueIter; in getMemcpyLoadsAndStores()
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()