Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
Dcoalescer-identity.ll6 ; joinCopy must then deal with correctly.
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp148 bool joinCopy(MachineInstr *TheCopy, bool &Again);
1267 bool RegisterCoalescer::joinCopy(MachineInstr *CopyMI, bool &Again) { in joinCopy() function in RegisterCoalescer
2738 bool Success = joinCopy(CurrList[i], Again); in copyCoalesceWorkList()