Searched refs:isCondInst (Results 1 – 3 of 3) sorted by relevance
291 bool isCondInst(const MachineInstr *MI) const;
329 return HII->isCondInst(MI) || MI->isReturn() || HII->mayBeNewStore(MI); in isNewifiable()760 if (HII->isCondInst(MI) || MI->isReturn()) in canPromoteToDotNew()
1739 bool HexagonInstrInfo::isCondInst(const MachineInstr *MI) const { in isCondInst() function in HexagonInstrInfo