Searched refs:isJumpTable (Results 1 – 3 of 3) sorted by relevance
43 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()49 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()55 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
314 return PSV->isJumpTable(); in INITIALIZE_PASS_DEPENDENCY()
67 bool isJumpTable() const { return Kind == JumpTable; } in isJumpTable() function