Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp41 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()
47 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()
53 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h65 bool isJumpTable() const { return Kind == JumpTable; } in isJumpTable() function