Lines Matching defs:ByValArguments
145 SmallVectorImpl<Argument *> &ByValArguments,
160 ArrayRef<Argument *> ByValArguments,
380 SmallVectorImpl<Argument *> &ByValArguments,
424 ByValArguments.push_back(&Arg);
489 ArrayRef<Argument *> ByValArguments, Instruction *BasePointer,
491 if (StaticAllocas.empty() && ByValArguments.empty())
518 for (Argument *Arg : ByValArguments) {
573 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);