Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp45 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()
51 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()
57 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h71 bool isJumpTable() const { return Kind == JumpTable; } in isJumpTable() function