Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19250 unsigned LastConsecutiveLoad = 1; in tryStoreMergeOfLoads() local
19267 LastConsecutiveLoad = i; in tryStoreMergeOfLoads()
19343 unsigned NumElem = std::min(NumConsecutiveStores, LastConsecutiveLoad + 1); in tryStoreMergeOfLoads()