Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DMachineLICM.cpp267 const MachineInstr *LookForDuplicate(const MachineInstr *MI,
1316 MachineLICM::LookForDuplicate(const MachineInstr *MI, in LookForDuplicate() function in MachineLICM
1333 if (const MachineInstr *Dup = LookForDuplicate(MI, CI->second)) { in EliminateCSE()
1394 return LookForDuplicate(MI, CI->second) != 0; in MayCSE()