Searched refs:copyCoalesceWorkList (Results 1 – 1 of 1) sorted by relevance
213 bool copyCoalesceWorkList(MutableArrayRef<MachineInstr*> CurrList);3995 copyCoalesceWorkList(MutableArrayRef<MachineInstr*> CurrList) { in copyCoalesceWorkList() function in RegisterCoalescer4139 if (copyCoalesceWorkList(CurrList)) in copyCoalesceInMBB()4145 copyCoalesceWorkList(LocalWorkList); in coalesceLocals()4180 while (copyCoalesceWorkList(WorkList)) in joinAllIntervals()