Searched defs:LookAheadLeft (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp159 unsigned LookAheadLeft = LookAheadLimit; local
160 while (LookAheadLeft) {
188 --LookAheadLeft;
255 unsigned LookAheadLeft = LookAheadLimit; local
256 while (LookAheadLeft) {
289 --LookAheadLeft;

Completed in 189 milliseconds