Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp729 unsigned NumConsecutiveStores,
737 unsigned NumConsecutiveStores, EVT MemVT,
743 unsigned NumConsecutiveStores, EVT MemVT,
17121 unsigned NumConsecutiveStores = 1; in getConsecutiveStores() local
17129 NumConsecutiveStores = i + 1; in getConsecutiveStores()
17131 if (NumConsecutiveStores > 1) in getConsecutiveStores()
17132 return NumConsecutiveStores; in getConsecutiveStores()
17141 SmallVectorImpl<MemOpLink> &StoreNodes, unsigned NumConsecutiveStores, in tryStoreMergeOfConstants() argument
17150 while (NumConsecutiveStores >= 2) { in tryStoreMergeOfConstants()
17158 unsigned FirstZeroAfterNonZero = NumConsecutiveStores; in tryStoreMergeOfConstants()
[all …]