Home
last modified time | relevance | path

Searched refs:isJumpOpcode (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp131 static bool isJumpOpcode(int Opc) { return Opc == ARC::J; } in isJumpOpcode() function
182 if (isJumpOpcode(I->getOpcode())) { in analyzeBranch()
210 isJumpOpcode(I->getOpcode()) || I->isReturn())) { in analyzeBranch()