Searched refs:isJumpTable (Results 1 – 5 of 5) sorted by relevance
44 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()50 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()56 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
316 return PSV->isJumpTable(); in INITIALIZE_PASS_DEPENDENCY()
95 bool isJumpTable() const { return Kind == XtensaCP::CPJumpTable; } in isJumpTable() function253 return ACPV->isJumpTable(); in classof()
71 } else if (ACPV->isJumpTable()) { in emitMachineConstantPoolValue()
67 bool isJumpTable() const { return Kind == JumpTable; } in isJumpTable() function