Searched refs:hasPassPointeeByValueCopyAttr (Results 1 – 10 of 10) sorted by relevance
81 bool hasPassPointeeByValueCopyAttr() const;
153 if (Arg->hasPassPointeeByValueCopyAttr() || Arg->hasNestAttr() || in IsPotentialRetainableObjPtr()
108 uint64_t AllocSize = A.hasPassPointeeByValueCopyAttr() ? in addByteCountSuffix()
139 bool Argument::hasPassPointeeByValueCopyAttr() const { in hasPassPointeeByValueCopyAttr() function in Argument
387 if (Arg.hasPassPointeeByValueCopyAttr()) in lowerFormalArguments()
295 !Arg.hasPassPointeeByValueCopyAttr()) { in removeDeadArgumentsFromCallers()
813 if (AI.hasPassPointeeByValueCopyAttr()) in DSEState()
1311 if (Align && !Arg.hasPassPointeeByValueCopyAttr() && !Arg.hasNUses(0)) { in AddAlignmentAssumptions()
2513 if (((A->hasPassPointeeByValueCopyAttr() && in isKnownNonZero()
10175 if (!Arg || Arg->hasPassPointeeByValueCopyAttr() || in findArgumentCopyElisionCandidates()