Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp46 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()
52 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()
58 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h72 bool isJumpTable() const { return Kind == JumpTable; } in isJumpTable() function