Searched refs:hasInAllocaAttr (Results 1 – 5 of 5) sorted by relevance
106 bool hasInAllocaAttr() const;
174 Arg->hasInAllocaAttr() || in IsPotentialRetainableObjPtr()
139 AI->hasInAllocaAttr() || (AI->hasByValAttr() && !F.onlyReadsMemory())) in PropagateConstantsIntoArguments()
422 if (A->hasInAllocaAttr()) in determinePointerReadAttrs()
95 bool Argument::hasInAllocaAttr() const { in hasInAllocaAttr() function in Argument