Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11598 unsigned LastConsecutiveLoad = 0; in MergeConsecutiveStores() local
11612 LastConsecutiveLoad = i; in MergeConsecutiveStores()
11659 unsigned NumElem = std::min(LastConsecutiveStore, LastConsecutiveLoad) + 1; in MergeConsecutiveStores()