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.cpp819 unsigned NumConsecutiveStores,
827 unsigned NumConsecutiveStores, EVT MemVT,
833 unsigned NumConsecutiveStores, EVT MemVT,
21692 unsigned NumConsecutiveStores = 1; in getConsecutiveStores() local
21700 NumConsecutiveStores = i + 1; in getConsecutiveStores()
21702 if (NumConsecutiveStores > 1) in getConsecutiveStores()
21703 return NumConsecutiveStores; in getConsecutiveStores()
21712 SmallVectorImpl<MemOpLink> &StoreNodes, unsigned NumConsecutiveStores, in tryStoreMergeOfConstants() argument
21721 while (NumConsecutiveStores >= 2) { in tryStoreMergeOfConstants()
21729 unsigned FirstZeroAfterNonZero = NumConsecutiveStores; in tryStoreMergeOfConstants()
[all …]