Searched refs:isJump (Results 1 – 4 of 4) sorted by relevance
665 bool isJump(unsigned Opcode) { in isJump() function690 if (!isJump(I->getOpcode())) { in analyzeBranch()705 if (I == MBB.begin() || !isJump((--I)->getOpcode())) { in analyzeBranch()
677 bool isJump(unsigned Opcode) { in isJump() function702 if (!isJump(static_cast<MachineInstr *>(I)->getOpcode())) { in analyzeBranch()718 !isJump(static_cast<MachineInstr *>(--I)->getOpcode())) { in analyzeBranch()
559 def isJump(opname): function