Searched refs:hasNoAliasAttr (Results 1 – 9 of 9) sorted by relevance
90 bool hasNoAliasAttr() const;
554 return A->hasNoAliasAttr(); in isNoAliasArgument()573 return A->hasNoAliasAttr() || A->hasByValAttr(); in isIdentifiedObject()
145 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) { in hasNoAliasAttr() function166 hasNoAliasAttr(V, LookThroughBitCast); in isNoAliasFn()
246 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) in visitCallSite()
732 if (!Arg->hasNoAliasAttr() && Arg->getType()->isPointerTy()) in valueToAttrIndex()
85 if (A->hasByValAttr() || A->hasNoAliasAttr()) in isNonEscapingLocalObject()
510 if (I.hasNoAliasAttr() && !I.hasNUses(0)) in AddAliasScopeMetadata()647 if (!A->hasNoAliasAttr()) in AddAliasScopeMetadata()
139 bool Argument::hasNoAliasAttr() const { in hasNoAliasAttr() function in Argument
576 if (!A || !A->onlyReadsMemory() || !A->hasNoAliasAttr()) return false; in canLowerToLDG()