Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp213 bool copyCoalesceWorkList(MutableArrayRef<MachineInstr*> CurrList);
3995 copyCoalesceWorkList(MutableArrayRef<MachineInstr*> CurrList) { in copyCoalesceWorkList() argument
3998 for (MachineInstr *&MI : CurrList) { in copyCoalesceWorkList()
4015 for (MachineInstr *&MI : CurrList) { in copyCoalesceWorkList()
4138 CurrList(WorkList.begin() + PrevSize, WorkList.end()); in copyCoalesceInMBB() local
4139 if (copyCoalesceWorkList(CurrList)) in copyCoalesceInMBB()