Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineCSE.cpp153 unsigned LookAheadLeft = LookAheadLimit; in isPhysDefTriviallyDead() local
154 while (LookAheadLeft) { in isPhysDefTriviallyDead()
180 --LookAheadLeft; in isPhysDefTriviallyDead()
226 unsigned LookAheadLeft = LookAheadLimit; in PhysRegDefsReach() local
227 while (LookAheadLeft) { in PhysRegDefsReach()
246 --LookAheadLeft; in PhysRegDefsReach()
/external/llvm/lib/CodeGen/
DMachineCSE.cpp177 unsigned LookAheadLeft = LookAheadLimit; in isPhysDefTriviallyDead() local
178 while (LookAheadLeft) { in isPhysDefTriviallyDead()
205 --LookAheadLeft; in isPhysDefTriviallyDead()
291 unsigned LookAheadLeft = LookAheadLimit; in PhysRegDefsReach() local
292 while (LookAheadLeft) { in PhysRegDefsReach()
324 --LookAheadLeft; in PhysRegDefsReach()