Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDPseudoSourceValue.h67 bool isJumpTable() const { return Kind == JumpTable; } in isJumpTable() function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Xtensa/
HDXtensaConstantPoolValue.h95 bool isJumpTable() const { return Kind == XtensaCP::CPJumpTable; } in isJumpTable() function