Lines Matching refs:ByValArguments
145 SmallVectorImpl<Argument *> &ByValArguments,
160 ArrayRef<Argument *> ByValArguments,
380 SmallVectorImpl<Argument *> &ByValArguments, in findInsts() argument
424 ByValArguments.push_back(&Arg); in findInsts()
489 ArrayRef<Argument *> ByValArguments, Instruction *BasePointer, in moveStaticAllocasToUnsafeStack() argument
491 if (StaticAllocas.empty() && ByValArguments.empty()) in moveStaticAllocasToUnsafeStack()
518 for (Argument *Arg : ByValArguments) { in moveStaticAllocasToUnsafeStack()
573 for (Argument *Arg : ByValArguments) { in moveStaticAllocasToUnsafeStack()
761 SmallVector<Argument *, 4> ByValArguments; in run() local
773 findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Returns, in run()
777 ByValArguments.empty() && StackRestorePoints.empty()) in run()
781 !ByValArguments.empty()) in run()
825 IRB, F, StaticAllocas, ByValArguments, BasePointer, StackGuardSlot); in run()