Searched refs:CurrList (Results 1 – 1 of 1) sorted by relevance
141 bool copyCoalesceWorkList(MutableArrayRef<MachineInstr*> CurrList);2726 copyCoalesceWorkList(MutableArrayRef<MachineInstr*> CurrList) { in copyCoalesceWorkList() argument2728 for (unsigned i = 0, e = CurrList.size(); i != e; ++i) { in copyCoalesceWorkList()2729 if (!CurrList[i]) in copyCoalesceWorkList()2733 if (ErasedInstrs.erase(CurrList[i])) { in copyCoalesceWorkList()2734 CurrList[i] = nullptr; in copyCoalesceWorkList()2738 bool Success = joinCopy(CurrList[i], Again); in copyCoalesceWorkList()2741 CurrList[i] = nullptr; in copyCoalesceWorkList()2856 CurrList(WorkList.begin() + PrevSize, WorkList.end()); in copyCoalesceInMBB() local2857 if (copyCoalesceWorkList(CurrList)) in copyCoalesceInMBB()