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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DRegisterCoalescer.cpp93 /// ErasedInstrs - Set of instruction pointers that have been erased, and
95 SmallPtrSet<MachineInstr*, 8> ErasedInstrs; member in class:__anon10191::RegisterCoalescer
388 ErasedInstrs.insert(MI);
690 ErasedInstrs.insert(UseMI);
794 ErasedInstrs.insert(CopyMI);
1057 // ErasedInstrs since copyCoalesceWorkList() won't add a successful join back
1058 // to the work list. This keeps ErasedInstrs from growing needlessly.
1059 ErasedInstrs.erase(CopyMI);
1313 /// Add erased instructions to ErasedInstrs.
1316 void eraseInstrs(SmallPtrSet<MachineInstr*, 8> &ErasedInstrs,
1809 eraseInstrs(SmallPtrSet<MachineInstr*, 8> &ErasedInstrs, SmallVectorImpl<unsigned> &ShrinkRegs) argument
[all...]

Completed in 74 milliseconds