Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp250 bool joinCopy(MachineInstr *CopyMI, bool &Again);
1902 bool RegisterCoalescer::joinCopy(MachineInstr *CopyMI, bool &Again) { in joinCopy() function in RegisterCoalescer
3926 bool Success = joinCopy(CurrList[i], Again); in copyCoalesceWorkList()