Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp240 SmallPtrSetImpl<MachineInstr *> &CurrentErasedInstrs);
2030 SmallPtrSetImpl<MachineInstr *> &CurrentErasedInstrs) { in joinCopy() argument
2224 CurrentErasedInstrs.insert(CopyMI); in joinCopy()
4055 SmallPtrSet<MachineInstr *, 4> CurrentErasedInstrs; in copyCoalesceWorkList() local
4061 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()