Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDCombinerHelper.h102 bool matchElideBrByInvertingCond(MachineInstr &MI);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
HDCombine.td129 [{ return Helper.matchElideBrByInvertingCond(*${root}); }]),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCombinerHelper.cpp779 bool CombinerHelper::matchElideBrByInvertingCond(MachineInstr &MI) { in matchElideBrByInvertingCond() function in CombinerHelper
820 if (!matchElideBrByInvertingCond(MI)) in tryElideBrByInvertingCond()