Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11765 unsigned LastConsecutiveLoad = 0; in MergeConsecutiveStores() local
11779 LastConsecutiveLoad = i; in MergeConsecutiveStores()
11826 unsigned NumElem = std::min(LastConsecutiveStore, LastConsecutiveLoad) + 1; in MergeConsecutiveStores()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14336 unsigned LastConsecutiveLoad = 1; in MergeConsecutiveStores() local
14353 LastConsecutiveLoad = i; in MergeConsecutiveStores()
14424 std::min(NumConsecutiveStores, LastConsecutiveLoad + 1); in MergeConsecutiveStores()