Lines Matching defs:ByValArguments
144 SmallVectorImpl<Argument *> &ByValArguments,
159 ArrayRef<Argument *> ByValArguments,
379 SmallVectorImpl<Argument *> &ByValArguments,
423 ByValArguments.push_back(&Arg);
488 ArrayRef<Argument *> ByValArguments, Instruction *BasePointer,
490 if (StaticAllocas.empty() && ByValArguments.empty())
517 for (Argument *Arg : ByValArguments) {
572 for (Argument *Arg : ByValArguments) {
761 SmallVector<Argument *, 4> ByValArguments;
773 findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Returns,
777 ByValArguments.empty() && StackRestorePoints.empty())
781 !ByValArguments.empty())
825 IRB, F, StaticAllocas, ByValArguments, BasePointer, StackGuardSlot);