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()3997 SmallPtrSet<MachineInstr *, 4> CurrentErasedInstrs; in copyCoalesceWorkList() local4003 if (ErasedInstrs.count(MI) || CurrentErasedInstrs.count(MI)) { in copyCoalesceWorkList()4008 bool Success = joinCopy(MI, Again, CurrentErasedInstrs); in copyCoalesceWorkList()4014 if (!CurrentErasedInstrs.empty()) { in copyCoalesceWorkList()4016 if (MI && CurrentErasedInstrs.count(MI)) in copyCoalesceWorkList()4020 if (MI && CurrentErasedInstrs.count(MI)) in copyCoalesceWorkList()