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