Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp219 bool copyCoalesceWorkList(MutableArrayRef<MachineInstr*> CurrList);
3915 copyCoalesceWorkList(MutableArrayRef<MachineInstr*> CurrList) { in copyCoalesceWorkList() argument
3917 for (MachineInstr *&MI : CurrList) { in copyCoalesceWorkList()
4046 CurrList(WorkList.begin() + PrevSize, WorkList.end()); in copyCoalesceInMBB() local
4047 if (copyCoalesceWorkList(CurrList)) in copyCoalesceInMBB()