Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCSE.cpp51 MachineCSE() : MachineFunctionPass(ID), LookAheadLimit(5), CurrVN(0) { in MachineCSE()
72 const unsigned LookAheadLimit; member in __anondf821cc60111::MachineCSE
178 unsigned LookAheadLeft = LookAheadLimit; in isPhysDefTriviallyDead()
295 unsigned LookAheadLeft = LookAheadLimit; in PhysRegDefsReach()