Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCSE.cpp51 MachineCSE() : MachineFunctionPass(ID), LookAheadLimit(0), CurrVN(0) { in MachineCSE()
72 unsigned LookAheadLimit; member in __anondf821cc60111::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 __anon519c92f20111::MachineCSE
153 unsigned LookAheadLeft = LookAheadLimit; in isPhysDefTriviallyDead()
226 unsigned LookAheadLeft = LookAheadLimit; in PhysRegDefsReach()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCSE.cpp99 unsigned LookAheadLimit = 0; member in __anonab39d0fe0111::MachineCSE
201 unsigned LookAheadLeft = LookAheadLimit; in isPhysDefTriviallyDead()
314 unsigned LookAheadLeft = LookAheadLimit; in PhysRegDefsReach()
735 LookAheadLimit = TII->getMachineCSELookAheadLimit(); in runOnMachineFunction()