Searched refs:GluedLdStLimit (Results 1 – 1 of 1) sorted by relevance
7959 unsigned GluedLdStLimit = MaxLdStGlue == 0 ? in getMemcpyLoadsAndStores() local7967 if ((GluedLdStLimit <= 1) || !EnableMemCpyDAGOpt) { in getMemcpyLoadsAndStores()7975 if (NumLdStInMemcpy <= GluedLdStLimit) { in getMemcpyLoadsAndStores()7980 unsigned NumberLdChain = NumLdStInMemcpy / GluedLdStLimit; in getMemcpyLoadsAndStores()7981 unsigned RemainingLdStInMemcpy = NumLdStInMemcpy % GluedLdStLimit; in getMemcpyLoadsAndStores()7985 unsigned IndexFrom = NumLdStInMemcpy - GlueIter - GluedLdStLimit; in getMemcpyLoadsAndStores()7990 GlueIter += GluedLdStLimit; in getMemcpyLoadsAndStores()