reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/Target/ARM/ARMBaseInstrInfo.cpp
  519 bool ARMBaseInstrInfo::SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
lib/Target/Hexagon/HexagonInstrInfo.cpp
 1611 bool HexagonInstrInfo::SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
lib/Target/PowerPC/PPCInstrInfo.cpp
 1523 bool PPCInstrInfo::SubsumesPredicate(ArrayRef<MachineOperand> Pred1,

References

lib/CodeGen/IfConversion.cpp
 1180   if (BBI.Predicate.size() && !TII->SubsumesPredicate(Pred, BBI.Predicate))
 1195         !TII->SubsumesPredicate(Cond, RevPred))