Home
last modified time | relevance | path

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

/llvm-project/bolt/include/bolt/Passes/
H A DRetpolineInsertion.h30 bool isJump() const { return !IsCall; } in isJump() function
/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp638 bool isJump(unsigned Opcode) { isJump() function