Searched refs:isConstantPool (Results 1 – 6 of 6) sorted by relevance
42 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()48 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()54 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
890 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
377 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
70 bool isConstantPool() const { return Kind == ConstantPool; } in isConstantPool() function
230 BasePseudoVal0->isConstantPool() && AssumeITCMBankConflict) in getHazardType()
1492 if ((PSV->isGOT() || PSV->isConstantPool())) in storeLoadIsAligned()