Home
last modified time | relevance | path

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

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