Searched refs:ByValArguments (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 144 SmallVectorImpl<Argument *> &ByValArguments, 159 ArrayRef<Argument *> ByValArguments, 379 SmallVectorImpl<Argument *> &ByValArguments, in findInsts() argument 423 ByValArguments.push_back(&Arg); in findInsts() 496 ArrayRef<Argument *> ByValArguments, Instruction *BasePointer, in moveStaticAllocasToUnsafeStack() argument 498 if (StaticAllocas.empty() && ByValArguments.empty()) in moveStaticAllocasToUnsafeStack() 525 for (Argument *Arg : ByValArguments) { in moveStaticAllocasToUnsafeStack() 580 for (Argument *Arg : ByValArguments) { in moveStaticAllocasToUnsafeStack() 769 SmallVector<Argument *, 4> ByValArguments; in run() local 781 findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Returns, in run() [all …]
|