Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcoalescer-identity.ll5 ; This is a case where removeCopyByCommutingDef() creates an identity copy that
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dcrash-greedy.ll86 ; Coalescer failure: removeCopyByCommutingDef leaves a bad kill flag
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp301 std::pair<bool,bool> removeCopyByCommutingDef(const CoalescerPair &CP,
814 RegisterCoalescer::removeCopyByCommutingDef(const CoalescerPair &CP, in removeCopyByCommutingDef() function in RegisterCoalescer
2048 std::tie(Changed, Shrink) = removeCopyByCommutingDef(CP, CopyMI); in joinCopy()