Searched refs:ErasedInstrs (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp170 SmallPtrSet<MachineInstr*, 8> ErasedInstrs; member in class:__anon1797::RegisterCoalescer
339 ErasedInstrs.insert(MI);
581 ErasedInstrs.insert(MI);
1164 ErasedInstrs.erase(NewCopyMI);
1356 ErasedInstrs.insert(CopyMI);
1957 // ErasedInstrs since copyCoalesceWorkList() won't add a successful join back
1958 // to the work list. This keeps ErasedInstrs from growing needlessly.
1959 ErasedInstrs.erase(CopyMI);
2411 /// Add erased instructions to ErasedInstrs.
2414 void eraseInstrs(SmallPtrSetImpl<MachineInstr*> &ErasedInstrs,
3155 eraseInstrs(SmallPtrSetImpl<MachineInstr*> &ErasedInstrs, SmallVectorImpl<unsigned> &ShrinkRegs, LiveInterval *LI) argument
[all...]

Completed in 50 milliseconds