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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8679 unsigned LastConsecutiveStore = 0; local
8703 LastConsecutiveStore = i;
8714 for (unsigned i=0; i<LastConsecutiveStore+1; ++i) {
8851 for (unsigned i=0; i<LastConsecutiveStore+1; ++i) {
8943 unsigned NumElem = std::min(LastConsecutiveStore, LastConsecutiveLoad) + 1;

Completed in 132 milliseconds