Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp638 bool isJump(unsigned Opcode) { in isJump() function
663 if (!isJump(I->getOpcode())) { in analyzeBranch()
678 if (I == MBB.begin() || !isJump((--I)->getOpcode())) { in analyzeBranch()