Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h125 bool tryCombineCopy(MachineInstr &MI);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp146 bool CombinerHelper::tryCombineCopy(MachineInstr &MI) { in tryCombineCopy() function in CombinerHelper
4268 if (tryCombineCopy(MI)) in tryCombine()