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