Searched refs:CurrentErasedInstrs (Results 1 – 1 of 1) sorted by relevance
240 SmallPtrSetImpl<MachineInstr *> &CurrentErasedInstrs);1970 SmallPtrSetImpl<MachineInstr *> &CurrentErasedInstrs) { in joinCopy() argument2164 CurrentErasedInstrs.insert(CopyMI); in joinCopy()3990 SmallPtrSet<MachineInstr *, 4> CurrentErasedInstrs; in copyCoalesceWorkList() local3996 if (ErasedInstrs.count(MI) || CurrentErasedInstrs.count(MI)) { in copyCoalesceWorkList()4001 bool Success = joinCopy(MI, Again, CurrentErasedInstrs); in copyCoalesceWorkList()4007 if (!CurrentErasedInstrs.empty()) { in copyCoalesceWorkList()4009 if (MI && CurrentErasedInstrs.count(MI)) in copyCoalesceWorkList()4013 if (MI && CurrentErasedInstrs.count(MI)) in copyCoalesceWorkList()