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