Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18305 unsigned NumConsecutiveStores = 1; in getConsecutiveStores() local
18313 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 …]