Searched refs:ByValArguments (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 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() [all …]
|