Home
last modified time | relevance | path

Searched refs:copyCoalesceWorkList (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() function in RegisterCoalescer
2829 if (copyCoalesceWorkList(CurrList)) in copyCoalesceInMBB()
2835 copyCoalesceWorkList(LocalWorkList); in coalesceLocals()
2870 while (copyCoalesceWorkList(WorkList)) in joinAllIntervals()