Searched refs:NumConsecutiveStores (Results 1 – 1 of 1) sorted by relevance
18305 unsigned NumConsecutiveStores = 1; in getConsecutiveStores() local18313 NumConsecutiveStores = i + 1; in getConsecutiveStores()18315 if (NumConsecutiveStores > 1) in getConsecutiveStores()18316 return NumConsecutiveStores; in getConsecutiveStores()18334 while (NumConsecutiveStores >= 2) { in tryStoreMergeOfConstants()18429 NumConsecutiveStores -= NumSkip; in tryStoreMergeOfConstants()18447 NumConsecutiveStores -= NumElem; in tryStoreMergeOfConstants()18461 while (NumConsecutiveStores >= 2) { in tryStoreMergeOfExtracts()18799 NumConsecutiveStores -= NumElem; in tryStoreMergeOfLoads()18860 unsigned NumConsecutiveStores = in mergeConsecutiveStores() local[all …]