Searched refs:CurrList (Results 1 – 1 of 1) sorted by relevance
219 bool copyCoalesceWorkList(MutableArrayRef<MachineInstr*> CurrList);3915 copyCoalesceWorkList(MutableArrayRef<MachineInstr*> CurrList) { in copyCoalesceWorkList() argument3917 for (MachineInstr *&MI : CurrList) { in copyCoalesceWorkList()4046 CurrList(WorkList.begin() + PrevSize, WorkList.end()); in copyCoalesceInMBB() local4047 if (copyCoalesceWorkList(CurrList)) in copyCoalesceInMBB()