Searched refs:isConstantPool (Results 1 – 6 of 6) sorted by relevance
45 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()51 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()57 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
879 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
373 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
70 bool isConstantPool() const { return Kind == ConstantPool; } in isConstantPool() function
228 BasePseudoVal0->isConstantPool() && AssumeITCMBankConflict) in getHazardType()
1486 if ((PSV->isGOT() || PSV->isConstantPool())) in storeLoadIsAligned()