Searched refs:isNewValueJump (Results 1 – 3 of 3) sorted by relevance
201 bool isNewValueJump(const MachineInstr* MI) const;
1075 if (NextMII != I->getParent()->end() && QII->isNewValueJump(NextMII)) { in isLegalToPacketizeTogether()1186 (QII->isNewValueJump(I))) { in isLegalToPacketizeTogether()
719 if (isNewValueJump(MI)) in isNewValueInst()1569 bool HexagonInstrInfo::isNewValueJump(const MachineInstr *MI) const { in isNewValueJump() function in HexagonInstrInfo