Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp143 static bool isJumpOpcode(int Opc) { return Opc == ARC::J; } in isJumpOpcode() function
194 if (isJumpOpcode(I->getOpcode())) { in analyzeBranch()
222 isJumpOpcode(I->getOpcode()) || I->isReturn())) { in analyzeBranch()