Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
Dcoalescer-identity.ll5 ; This is a case where removeCopyByCommutingDef() creates an identity copy that
/external/llvm/test/CodeGen/ARM/
Dcrash-greedy.ll86 ; Coalescer failure: removeCopyByCommutingDef leaves a bad kill flag
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp190 bool removeCopyByCommutingDef(const CoalescerPair &CP,MachineInstr *CopyMI);
614 bool RegisterCoalescer::removeCopyByCommutingDef(const CoalescerPair &CP, in removeCopyByCommutingDef() function in RegisterCoalescer
1395 removeCopyByCommutingDef(CP, CopyMI)) { in joinCopy()