Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp237 bool removePartialRedundancy(const CoalescerPair &CP, MachineInstr &CopyMI);
995 bool RegisterCoalescer::removePartialRedundancy(const CoalescerPair &CP, in removePartialRedundancy() function in RegisterCoalescer
1869 if (removePartialRedundancy(CP, *CopyMI)) in joinCopy()