Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp38 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()
44 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()
50 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
DMachineLICM.cpp849 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h67 bool isGOT() const { return Kind == GOT; } in isGOT() function