Home
last modified time | relevance | path

Searched refs:CurrList (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp142 bool copyCoalesceWorkList(MutableArrayRef<MachineInstr*> CurrList);
2698 copyCoalesceWorkList(MutableArrayRef<MachineInstr*> CurrList) { in copyCoalesceWorkList() argument
2700 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() local
2829 if (copyCoalesceWorkList(CurrList)) in copyCoalesceInMBB()