Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp806 unsigned NumConsecutiveStores,
814 unsigned NumConsecutiveStores, EVT MemVT,
820 unsigned NumConsecutiveStores, EVT MemVT,
20645 unsigned NumConsecutiveStores = 1; in getConsecutiveStores() local
20653 NumConsecutiveStores = i + 1; in getConsecutiveStores()
20655 if (NumConsecutiveStores > 1) in getConsecutiveStores()
20656 return NumConsecutiveStores; in getConsecutiveStores()
20665 SmallVectorImpl<MemOpLink> &StoreNodes, unsigned NumConsecutiveStores, in tryStoreMergeOfConstants() argument
20674 while (NumConsecutiveStores >= 2) { in tryStoreMergeOfConstants()
20682 unsigned FirstZeroAfterNonZero = NumConsecutiveStores; in tryStoreMergeOfConstants()
[all …]