Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp43 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()
49 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()
55 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
H A DShrinkWrap.cpp314 return PSV->isJumpTable(); in INITIALIZE_PASS_DEPENDENCY()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h67 bool isJumpTable() const { return Kind == JumpTable; } in isJumpTable() function