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