Searched refs:matchCombineCopy (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h173 bool matchCombineCopy(MachineInstr &MI);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp203 if (matchCombineCopy(MI)) {
209 bool CombinerHelper::matchCombineCopy(MachineInstr &MI) { function in class:CombinerHelper

Completed in 125 milliseconds