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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7720 unsigned LastConsecutiveLoad = 0; local
7734 LastConsecutiveLoad = i;
7755 unsigned NumElem = std::min(LastConsecutiveStore, LastConsecutiveLoad) + 1;

Completed in 183 milliseconds