Searched refs:NumConsecutiveStores (Results 1 – 1 of 1) sorted by relevance
20299 unsigned NumConsecutiveStores = 1; in getConsecutiveStores() local20307 NumConsecutiveStores = i + 1; in getConsecutiveStores()20309 if (NumConsecutiveStores > 1) in getConsecutiveStores()20310 return NumConsecutiveStores; in getConsecutiveStores()20328 while (NumConsecutiveStores >= 2) { in tryStoreMergeOfConstants()20423 NumConsecutiveStores -= NumSkip; in tryStoreMergeOfConstants()20441 NumConsecutiveStores -= NumElem; in tryStoreMergeOfConstants()20455 while (NumConsecutiveStores >= 2) { in tryStoreMergeOfExtracts()20802 NumConsecutiveStores -= NumElem; in tryStoreMergeOfLoads()20863 unsigned NumConsecutiveStores = in mergeConsecutiveStores() local[all …]