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

/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp178 unsigned LookAheadLeft = LookAheadLimit; local
179 while (LookAheadLeft) {
207 --LookAheadLeft;
295 unsigned LookAheadLeft = LookAheadLimit; local
296 while (LookAheadLeft) {
329 --LookAheadLeft;

Completed in 506 milliseconds