Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp335 MachineInstr *eliminateUndefCopy(MachineInstr *CopyMI);
1607 MachineInstr *RegisterCoalescer::eliminateUndefCopy(MachineInstr *CopyMI) { in eliminateUndefCopy() function in RegisterCoalescer
1936 if (MachineInstr *UndefMI = eliminateUndefCopy(CopyMI)) { in joinCopy()