Searched refs:ByValArguments (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp162 SmallVectorImpl<Argument *> &ByValArguments,
178 ArrayRef<Argument *> ByValArguments,
385 SmallVectorImpl<Argument *> &ByValArguments,
427 ByValArguments.push_back(&Arg);
493 ArrayRef<Argument *> ByValArguments, ArrayRef<ReturnInst *> Returns,
495 if (StaticAllocas.empty() && ByValArguments.empty())
523 for (Argument *Arg : ByValArguments) {
578 for (Argument *Arg : ByValArguments) {
761 SmallVector<Argument *, 4> ByValArguments; local
773 findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Return
382 findInsts(Function &F, SmallVectorImpl<AllocaInst *> &StaticAllocas, SmallVectorImpl<AllocaInst *> &DynamicAllocas, SmallVectorImpl<Argument *> &ByValArguments, SmallVectorImpl<ReturnInst *> &Returns, SmallVectorImpl<Instruction *> &StackRestorePoints) argument
491 moveStaticAllocasToUnsafeStack( IRBuilder< &IRB, Function &F, ArrayRef<AllocaInst *> StaticAllocas, ArrayRef<Argument *> ByValArguments, ArrayRef<ReturnInst *> Returns, Instruction *BasePointer, AllocaInst *StackGuardSlot) argument
[all...]

Completed in 104 milliseconds