Searched refs:NumConsecutiveStores (Results 1 – 1 of 1) sorted by relevance
17319 unsigned NumConsecutiveStores = 1; in getConsecutiveStores() local17327 NumConsecutiveStores = i + 1; in getConsecutiveStores()17329 if (NumConsecutiveStores > 1) in getConsecutiveStores()17330 return NumConsecutiveStores; in getConsecutiveStores()17348 while (NumConsecutiveStores >= 2) { in tryStoreMergeOfConstants()17441 NumConsecutiveStores -= NumSkip; in tryStoreMergeOfConstants()17459 NumConsecutiveStores -= NumElem; in tryStoreMergeOfConstants()17473 while (NumConsecutiveStores >= 2) { in tryStoreMergeOfExtracts()17803 NumConsecutiveStores -= NumElem; in tryStoreMergeOfLoads()17864 unsigned NumConsecutiveStores = in mergeConsecutiveStores() local[all …]