Home
last modified time | relevance | path

Searched refs:NumConsecutiveStores (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17319 unsigned NumConsecutiveStores = 1; in getConsecutiveStores() local
17327 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 …]