Home
last modified time | relevance | path

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

/freebsd-14.2/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()
3990 SmallPtrSet<MachineInstr *, 4> CurrentErasedInstrs; in copyCoalesceWorkList() local
3996 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()