Searched refs:copyCoalesceWorkList (Results 1 – 1 of 1) sorted by relevance
214 bool copyCoalesceWorkList(MutableArrayRef<MachineInstr *> CurrList);4052 bool RegisterCoalescer::copyCoalesceWorkList( in copyCoalesceWorkList() function in RegisterCoalescer4195 if (copyCoalesceWorkList(CurrList)) in copyCoalesceInMBB()4202 copyCoalesceWorkList(LocalWorkList); in coalesceLocals()4237 while (copyCoalesceWorkList(WorkList)) in joinAllIntervals()