Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp188 bool joinCopy(MachineInstr *CopyMI, bool &Again);
1720 bool RegisterCoalescer::joinCopy(MachineInstr *CopyMI, bool &Again) { in joinCopy() function in RegisterCoalescer
3452 bool Success = joinCopy(CurrList[i], Again); in copyCoalesceWorkList()