Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17403 unsigned LastConsecutiveLoad = 1; in tryStoreMergeOfLoads() local
17420 LastConsecutiveLoad = i; in tryStoreMergeOfLoads()
17489 unsigned NumElem = std::min(NumConsecutiveStores, LastConsecutiveLoad + 1); in tryStoreMergeOfLoads()