Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dregcoalescing-remove-partial-redundancy-assert.mir4 # removePartialRedundancy attempted to prune and then re-extend a subrange.
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp305 bool removePartialRedundancy(const CoalescerPair &CP, MachineInstr &CopyMI);
1098 bool RegisterCoalescer::removePartialRedundancy(const CoalescerPair &CP, in removePartialRedundancy() function in RegisterCoalescer
2065 if (removePartialRedundancy(CP, *CopyMI)) in joinCopy()