Searched refs:LookForDuplicate (Results 1 – 1 of 1) sorted by relevance
267 const MachineInstr *LookForDuplicate(const MachineInstr *MI,1316 MachineLICM::LookForDuplicate(const MachineInstr *MI, in LookForDuplicate() function in MachineLICM1333 if (const MachineInstr *Dup = LookForDuplicate(MI, CI->second)) { in EliminateCSE()1394 return LookForDuplicate(MI, CI->second) != 0; in MayCSE()