Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DPseudoSourceValue.cpp45 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()
51 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()
57 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h71 bool isJumpTable() const { return Kind == JumpTable; } in isJumpTable() function