Searched refs:hasByValAttr (Results 1 – 12 of 12) sorted by relevance
54 bool hasByValAttr() const;
440 return A->hasNoAliasAttr() || A->hasByValAttr(); in isIdentifiedObject()452 return A->hasByValAttr(); in isKnownNonNull()
61 if (A->hasByValAttr() || A->hasNoAliasAttr()) { in isNonEscapingLocalObject()109 if (A->hasByValAttr()) { in getObjectSize()
312 if (A->hasByValAttr()) in ComputeMaskedBits()
167 if (AI->hasByValAttr()) in AddFastCallStdCallSuffix()
138 (AI->hasByValAttr() && !F.onlyReadsMemory())) in PropagateConstantsIntoArguments()
312 if (Arg->use_empty() && !Arg->hasByValAttr()) in RemoveDeadArgumentsFromCallers()
295 if (A->hasByValAttr()) in getPointerSize()716 if (AI->hasByValAttr()) in handleEndBlock()
1140 if (AI->hasByValAttr() && !F->onlyReadsMemory()) { in visitCallSite()
181 if (Arg->hasByValAttr() || in IsPotentialUse()
80 bool Argument::hasByValAttr() const { in hasByValAttr() function in Argument
408 return A->hasByValAttr(); in isDereferenceablePointer()