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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8205 unsigned LastConsecutiveLoad = 0; local
8219 LastConsecutiveLoad = i;
8251 unsigned NumElem = std::min(LastConsecutiveStore, LastConsecutiveLoad) + 1;

Completed in 141 milliseconds