Lines Matching refs:ErasedInstrs
115 SmallPtrSet<MachineInstr*, 8> ErasedInstrs; member in __anona927d7ac0111::RegisterCoalescer
458 ErasedInstrs.insert(MI); in LRE_WillEraseInstruction()
786 ErasedInstrs.insert(UseMI); in removeCopyByCommutingDef()
972 ErasedInstrs.insert(CopyMI); in reMaterializeTrivialDef()
1424 ErasedInstrs.erase(CopyMI); in joinCopy()
1822 void eraseInstrs(SmallPtrSetImpl<MachineInstr*> &ErasedInstrs,
2427 void JoinVals::eraseInstrs(SmallPtrSetImpl<MachineInstr*> &ErasedInstrs, in eraseInstrs() argument
2458 ErasedInstrs.insert(MI); in eraseInstrs()
2641 LHSVals.eraseInstrs(ErasedInstrs, ShrinkRegs); in joinVirtRegs()
2642 RHSVals.eraseInstrs(ErasedInstrs, ShrinkRegs); in joinVirtRegs()
2733 if (ErasedInstrs.erase(CurrList[i])) { in copyCoalesceWorkList()
2903 ErasedInstrs.clear(); in releaseMemory()