Searched refs:hasInAllocaAttr (Results 1 – 12 of 12) sorted by relevance
101 bool hasInAllocaAttr() const;
116 bool hasInAllocaAttr() const;
148 Arg->hasInAllocaAttr() || in IsPotentialRetainableObjPtr()
109 AI->hasInAllocaAttr() || (AI->hasByValAttr() && !F.onlyReadsMemory())) in PropagateConstantsIntoArguments()
366 if (A->hasInAllocaAttr()) in determinePointerReadAttrs()
161 Arg->hasInAllocaAttr() || in IsPotentialRetainableObjPtr()
411 if (A->hasInAllocaAttr()) in determinePointerReadAttrs()
106 bool Argument::hasInAllocaAttr() const { in hasInAllocaAttr() function in Argument
101 bool Argument::hasInAllocaAttr() const { in hasInAllocaAttr() function in Argument
8783 if (!Arg || Arg->hasInAllocaAttr() || Arg->hasByValAttr() || in findArgumentCopyElisionCandidates()