Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp42 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()
48 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()
54 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h71 bool isJumpTable() const { return Kind == JumpTable; } in isJumpTable() function