Searched refs:hasPassPointeeByValueCopyAttr (Results 1 – 10 of 10) sorted by relevance
82 bool hasPassPointeeByValueCopyAttr() const;
150 if (Arg->hasPassPointeeByValueCopyAttr() || Arg->hasNestAttr() || in IsPotentialRetainableObjPtr()
103 uint64_t AllocSize = A.hasPassPointeeByValueCopyAttr() ? in addByteCountSuffix()
140 bool Argument::hasPassPointeeByValueCopyAttr() const { in hasPassPointeeByValueCopyAttr() function in Argument
378 if (Arg.hasPassPointeeByValueCopyAttr()) in lowerFormalArguments()
293 !Arg.hasPassPointeeByValueCopyAttr()) { in RemoveDeadArgumentsFromCallers()
925 if (AI.hasPassPointeeByValueCopyAttr()) { in get()
1285 if (Align && !Arg.hasPassPointeeByValueCopyAttr() && !Arg.hasNUses(0)) { in AddAlignmentAssumptions()
2359 if (((A->hasPassPointeeByValueCopyAttr() && in isKnownNonZero()
9950 if (!Arg || Arg->hasPassPointeeByValueCopyAttr() || in findArgumentCopyElisionCandidates()