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);
1970 SmallPtrSetImpl<MachineInstr *> &CurrentErasedInstrs) { in joinCopy() argument
2164 CurrentErasedInstrs.insert(CopyMI); in joinCopy()
3997 SmallPtrSet<MachineInstr *, 4> CurrentErasedInstrs; in copyCoalesceWorkList() local
4003 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()