Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h47 bool tryCombineCopy(MachineInstr &MI);
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp49 bool CombinerHelper::tryCombineCopy(MachineInstr &MI) { in tryCombineCopy() function in CombinerHelper
332 if (tryCombineCopy(MI)) in tryCombine()