Lines Matching refs:ErasedInstrs
116 SmallPtrSet<MachineInstr*, 8> ErasedInstrs; member in __anona927d7ac0111::RegisterCoalescer
448 ErasedInstrs.insert(MI); in LRE_WillEraseInstruction()
771 ErasedInstrs.insert(UseMI); in removeCopyByCommutingDef()
934 ErasedInstrs.insert(CopyMI); in reMaterializeTrivialDef()
1387 ErasedInstrs.erase(CopyMI); in joinCopy()
1776 void eraseInstrs(SmallPtrSetImpl<MachineInstr*> &ErasedInstrs,
2381 void JoinVals::eraseInstrs(SmallPtrSetImpl<MachineInstr*> &ErasedInstrs, in eraseInstrs() argument
2412 ErasedInstrs.insert(MI); in eraseInstrs()
2613 LHSVals.eraseInstrs(ErasedInstrs, ShrinkRegs); in joinVirtRegs()
2614 RHSVals.eraseInstrs(ErasedInstrs, ShrinkRegs); in joinVirtRegs()
2705 if (ErasedInstrs.erase(CurrList[i])) { in copyCoalesceWorkList()
2875 ErasedInstrs.clear(); in releaseMemory()