Home
last modified time | relevance | path

Searched refs:LookAheadLeft (Results 1 – 1 of 1) sorted by relevance

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