Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp235 unsigned LookAheadLeft = LookAheadLimit; in isPhysDefTriviallyDead() local
236 while (LookAheadLeft) { in isPhysDefTriviallyDead()
262 --LookAheadLeft; in isPhysDefTriviallyDead()
367 unsigned LookAheadLeft = LookAheadLimit; in PhysRegDefsReach() local
368 while (LookAheadLeft) { in PhysRegDefsReach()
400 --LookAheadLeft; in PhysRegDefsReach()