Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp295 bool removePartialRedundancy(const CoalescerPair &CP, MachineInstr &CopyMI);
1088 bool RegisterCoalescer::removePartialRedundancy(const CoalescerPair &CP, in removePartialRedundancy() function in RegisterCoalescer
2138 if (removePartialRedundancy(CP, *CopyMI)) in joinCopy()