Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dcoalesce-subregs.ll293 ; CHECK: adjustCopiesBackFrom
294 ; The shuffle in if.else3 must be preserved even though adjustCopiesBackFrom
297 define internal void @adjustCopiesBackFrom(<2 x i64>* noalias nocapture sret(<2 x i64>) %agg.result…
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp286 bool adjustCopiesBackFrom(const CoalescerPair &CP, MachineInstr *CopyMI);
625 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP, in adjustCopiesBackFrom() function in RegisterCoalescer
2045 bool Changed = adjustCopiesBackFrom(CP, CopyMI); in joinCopy()