Searched refs:CurrList (Results 1 – 1 of 1) sorted by relevance
213 bool copyCoalesceWorkList(MutableArrayRef<MachineInstr*> CurrList);3995 copyCoalesceWorkList(MutableArrayRef<MachineInstr*> CurrList) { in copyCoalesceWorkList() argument3998 for (MachineInstr *&MI : CurrList) { in copyCoalesceWorkList()4015 for (MachineInstr *&MI : CurrList) { in copyCoalesceWorkList()4138 CurrList(WorkList.begin() + PrevSize, WorkList.end()); in copyCoalesceInMBB() local4139 if (copyCoalesceWorkList(CurrList)) in copyCoalesceInMBB()