Searched refs:hasPassPointeeByValueCopyAttr (Results 1 – 10 of 10) sorted by relevance
80 bool hasPassPointeeByValueCopyAttr() const;
150 if (Arg->hasPassPointeeByValueCopyAttr() || Arg->hasNestAttr() || in IsPotentialRetainableObjPtr()
103 uint64_t AllocSize = AI->hasPassPointeeByValueCopyAttr() ? in addByteCountSuffix()
131 bool Argument::hasPassPointeeByValueCopyAttr() const { in hasPassPointeeByValueCopyAttr() function in Argument
436 if (Arg.hasPassPointeeByValueCopyAttr()) in lowerFormalArguments()
292 !Arg.hasPassPointeeByValueCopyAttr()) { in RemoveDeadArgumentsFromCallers()
942 if (AI.hasPassPointeeByValueCopyAttr()) in handleEndBlock()1680 if (AI.hasPassPointeeByValueCopyAttr()) { in get()
1243 if (Align && !Arg.hasPassPointeeByValueCopyAttr() && !Arg.hasNUses(0)) { in AddAlignmentAssumptions()
2267 if (((A->hasPassPointeeByValueCopyAttr() && in isKnownNonZero()
9646 if (!Arg || Arg->hasPassPointeeByValueCopyAttr() || in findArgumentCopyElisionCandidates()