Searched refs:LastConsecutiveStore (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7987 unsigned LastConsecutiveStore = 0; local
8011 LastConsecutiveStore = i;
8022 for (unsigned i=0; i<LastConsecutiveStore+1; ++i) {
8159 for (unsigned i=0; i<LastConsecutiveStore+1; ++i) {
8251 unsigned NumElem = std::min(LastConsecutiveStore, LastConsecutiveLoad) + 1;

Completed in 124 milliseconds