Searched refs:CurrentErasedInstrs (Results 1 – 1 of 1) sorted by relevance
240 SmallPtrSetImpl<MachineInstr *> &CurrentErasedInstrs);2030 SmallPtrSetImpl<MachineInstr *> &CurrentErasedInstrs) { in joinCopy() argument2224 CurrentErasedInstrs.insert(CopyMI); in joinCopy()4055 SmallPtrSet<MachineInstr *, 4> CurrentErasedInstrs; in copyCoalesceWorkList() local4061 if (ErasedInstrs.count(MI) || CurrentErasedInstrs.count(MI)) { in copyCoalesceWorkList()4066 bool Success = joinCopy(MI, Again, CurrentErasedInstrs); in copyCoalesceWorkList()4072 if (!CurrentErasedInstrs.empty()) { in copyCoalesceWorkList()4074 if (MI && CurrentErasedInstrs.count(MI)) in copyCoalesceWorkList()4078 if (MI && CurrentErasedInstrs.count(MI)) in copyCoalesceWorkList()