Searched refs:GluedLdStLimit (Results 1 – 1 of 1) sorted by relevance
5428 unsigned GluedLdStLimit = MaxLdStGlue == 0 ? in getMemcpyLoadsAndStores() local5436 if ((GluedLdStLimit <= 1) || !EnableMemCpyDAGOpt) { in getMemcpyLoadsAndStores()5444 if (NumLdStInMemcpy <= GluedLdStLimit) { in getMemcpyLoadsAndStores()5449 unsigned NumberLdChain = NumLdStInMemcpy / GluedLdStLimit; in getMemcpyLoadsAndStores()5450 unsigned RemainingLdStInMemcpy = NumLdStInMemcpy % GluedLdStLimit; in getMemcpyLoadsAndStores()5454 unsigned IndexFrom = NumLdStInMemcpy - GlueIter - GluedLdStLimit; in getMemcpyLoadsAndStores()5459 GlueIter += GluedLdStLimit; in getMemcpyLoadsAndStores()