Searched refs:hasByValOrInAllocaAttr (Results 1 – 9 of 9) sorted by relevance
85 bool hasByValOrInAllocaAttr() const;
98 if (AI->hasByValOrInAllocaAttr()) in addByteCountSuffix()
111 bool Argument::hasByValOrInAllocaAttr() const { in hasByValOrInAllocaAttr() function in Argument
273 if (Arg.use_empty() && !Arg.hasByValOrInAllocaAttr()) in RemoveDeadArgumentsFromCallers()
358 if (isSafeToPromoteArgument(PtrArg, PtrArg->hasByValOrInAllocaAttr(), AAR, in PromoteArguments()
694 if (AI.hasByValOrInAllocaAttr()) in handleEndBlock()
469 if (!A.hasByValOrInAllocaAttr()) { in visitArgument()
3209 return A->hasByValOrInAllocaAttr() || A->hasNonNullAttr(); in isKnownNonNull()
1070 if (Align && !I->hasByValOrInAllocaAttr() && !I->hasNUses(0)) { in AddAlignmentAssumptions()