Searched refs:hasNoAliasAttr (Results 1 – 11 of 11) sorted by relevance
93 bool hasNoAliasAttr() const;
59 if (!Arg->hasNoAliasAttr() && Arg->getType()->isPointerTy()) in getGlobalOrArgAttrFromValue()
890 return A->hasNoAliasAttr(); in isNoAliasArgument()902 return A->hasNoAliasAttr() || A->hasByValAttr(); in isIdentifiedObject()
227 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) { in hasNoAliasAttr() function252 hasNoAliasAttr(V, LookThroughBitCast); in isNoAliasFn()
268 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) { in visitCallSite()
149 if (A->hasByValAttr() || A->hasNoAliasAttr()) { in isNonEscapingLocalObject()
119 if (Arg.hasNoAliasAttr()) in runOnFunction()
332 Arg.hasNoAliasAttr()) { in emitKernelArg()754 Arg.hasNoAliasAttr()) { in emitKernelArg()
928 if (Arg.hasNoAliasAttr() && !Arg.use_empty()) in AddAliasScopeMetadata()1062 if (!A->hasNoAliasAttr()) in AddAliasScopeMetadata()
156 bool Argument::hasNoAliasAttr() const { in hasNoAliasAttr() function in Argument
712 return IsKernelFn && A->onlyReadsMemory() && A->hasNoAliasAttr(); in canLowerToLDG()