Searched refs:CurrList (Results 1 – 1 of 1) sorted by relevance
142 bool copyCoalesceWorkList(MutableArrayRef<MachineInstr*> CurrList);2698 copyCoalesceWorkList(MutableArrayRef<MachineInstr*> CurrList) { in copyCoalesceWorkList() argument2700 for (unsigned i = 0, e = CurrList.size(); i != e; ++i) { in copyCoalesceWorkList()2701 if (!CurrList[i]) in copyCoalesceWorkList()2705 if (ErasedInstrs.erase(CurrList[i])) { in copyCoalesceWorkList()2706 CurrList[i] = nullptr; in copyCoalesceWorkList()2710 bool Success = joinCopy(CurrList[i], Again); in copyCoalesceWorkList()2713 CurrList[i] = nullptr; in copyCoalesceWorkList()2828 CurrList(WorkList.begin() + PrevSize, WorkList.end()); in copyCoalesceInMBB() local2829 if (copyCoalesceWorkList(CurrList)) in copyCoalesceInMBB()