Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCSE.cpp51 MachineCSE() : MachineFunctionPass(ID), LookAheadLimit(0), CurrVN(0) { in MachineCSE()
72 unsigned LookAheadLimit; member in __anone126a1830111::MachineCSE
177 unsigned LookAheadLeft = LookAheadLimit; in isPhysDefTriviallyDead()
291 unsigned LookAheadLeft = LookAheadLimit; in PhysRegDefsReach()
714 LookAheadLimit = TII->getMachineCSELookAheadLimit(); in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineCSE.cpp47 MachineCSE() : MachineFunctionPass(ID), LookAheadLimit(5), CurrVN(0) { in MachineCSE()
68 const unsigned LookAheadLimit; member in __anon18025eaf0111::MachineCSE
153 unsigned LookAheadLeft = LookAheadLimit; in isPhysDefTriviallyDead()
226 unsigned LookAheadLeft = LookAheadLimit; in PhysRegDefsReach()