Home
last modified time | relevance | path

Searched refs:LookAheadLeft (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCSE.cpp201 unsigned LookAheadLeft = LookAheadLimit; in isPhysDefTriviallyDead() local
202 while (LookAheadLeft) { in isPhysDefTriviallyDead()
228 --LookAheadLeft; in isPhysDefTriviallyDead()
314 unsigned LookAheadLeft = LookAheadLimit; in PhysRegDefsReach() local
315 while (LookAheadLeft) { in PhysRegDefsReach()
347 --LookAheadLeft; in PhysRegDefsReach()