Home
last modified time | relevance | path

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

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