Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcoalescer-identity.ll6 ; joinCopy must then deal with correctly.
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp250 bool joinCopy(MachineInstr *CopyMI, bool &Again);
1897 bool RegisterCoalescer::joinCopy(MachineInstr *CopyMI, bool &Again) { in joinCopy() function in RegisterCoalescer
3921 bool Success = joinCopy(MI, Again); in copyCoalesceWorkList()