Searched refs:hasInAllocaAttr (Results 1 – 15 of 15) sorted by relevance
111 bool hasInAllocaAttr() const;
116 bool hasInAllocaAttr() const;
134 bool hasInAllocaAttr() const;
148 Arg->hasInAllocaAttr() || in IsPotentialRetainableObjPtr()
160 Arg->hasInAllocaAttr() || in IsPotentialRetainableObjPtr()
109 AI->hasInAllocaAttr() || (AI->hasByValAttr() && !F.onlyReadsMemory())) in PropagateConstantsIntoArguments()
366 if (A->hasInAllocaAttr()) in determinePointerReadAttrs()
132 AI->hasInAllocaAttr() || (AI->hasByValAttr() && !F.onlyReadsMemory())) in PropagateConstantsIntoArguments()
452 if (A->hasInAllocaAttr()) in determinePointerReadAttrs()
106 bool Argument::hasInAllocaAttr() const { in hasInAllocaAttr() function in Argument
453 if (A->hasInAllocaAttr() || A->hasPreallocatedAttr()) in determinePointerReadAttrs()
112 bool Argument::hasInAllocaAttr() const { in hasInAllocaAttr() function in Argument
120 bool Argument::hasInAllocaAttr() const { in hasInAllocaAttr() function in Argument
9538 if (!Arg || Arg->hasInAllocaAttr() || Arg->hasByValAttr() || in findArgumentCopyElisionCandidates()