Searched refs:hasNoAliasAttr (Results 1 – 8 of 8) sorted by relevance
86 bool hasNoAliasAttr() const;
549 return A->hasNoAliasAttr(); in isNoAliasArgument()568 return A->hasNoAliasAttr() || A->hasByValAttr(); in isIdentifiedObject()
142 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) { in hasNoAliasAttr() function163 hasNoAliasAttr(V, LookThroughBitCast); in isNoAliasFn()
244 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) in visitCallSite()
819 if (!Arg->hasNoAliasAttr() && Arg->getType()->isPointerTy()) in valueToAttrIndex()
76 if (A->hasByValAttr() || A->hasNoAliasAttr()) in isNonEscapingLocalObject()
407 if (I->hasNoAliasAttr() && !I->hasNUses(0)) in AddAliasScopeMetadata()544 if (!A->hasNoAliasAttr()) in AddAliasScopeMetadata()
130 bool Argument::hasNoAliasAttr() const { in hasNoAliasAttr() function in Argument