Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14857 unsigned LastConsecutiveLoad = 1; in MergeConsecutiveStores() local
14874 LastConsecutiveLoad = i; in MergeConsecutiveStores()
14945 std::min(NumConsecutiveStores, LastConsecutiveLoad + 1); in MergeConsecutiveStores()