Searched refs:copyCoalesceWorkList (Results 1 – 1 of 1) sorted by relevance
142 bool copyCoalesceWorkList(MutableArrayRef<MachineInstr*> CurrList);2698 copyCoalesceWorkList(MutableArrayRef<MachineInstr*> CurrList) { in copyCoalesceWorkList() function in RegisterCoalescer2829 if (copyCoalesceWorkList(CurrList)) in copyCoalesceInMBB()2835 copyCoalesceWorkList(LocalWorkList); in coalesceLocals()2870 while (copyCoalesceWorkList(WorkList)) in joinAllIntervals()