Home
last modified time | relevance | path

Searched refs:matchAllExplicitUsesAreUndef (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h423 bool matchAllExplicitUsesAreUndef(MachineInstr &MI);
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td257 [{ return Helper.matchAllExplicitUsesAreUndef(*${root}); }]),
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2310 bool CombinerHelper::matchAllExplicitUsesAreUndef(MachineInstr &MI) { in matchAllExplicitUsesAreUndef() function in CombinerHelper