Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp156 if (tryDCE(MI, MRI)) in appliedCombine()
174 if (tryDCE(*UseMI, MRI)) in appliedCombine()
246 bool Combiner::tryDCE(MachineInstr &MI, MachineRegisterInfo &MRI) { in tryDCE() function in Combiner
301 if (EnableDCE && tryDCE(CurMI, MRI)) in combineMachineInstrs()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombiner.h55 static bool tryDCE(MachineInstr &MI, MachineRegisterInfo &MRI);