Searched refs:isJumpOpcode (Results 1 – 2 of 2) sorted by relevance
143 static bool isJumpOpcode(int Opc) { return Opc == ARC::J; } in isJumpOpcode() function194 if (isJumpOpcode(I->getOpcode())) { in analyzeBranch()222 isJumpOpcode(I->getOpcode()) || I->isReturn())) { in analyzeBranch()
116 static bool isJumpOpcode(Opcode Op) { in isJumpOpcode() function160 Text.IsJump = isJumpOpcode(Op); in dump()