Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStack.cpp164 SmallVectorImpl<Argument *> &ByValArguments,
179 ArrayRef<Argument *> ByValArguments,
385 SmallVectorImpl<Argument *> &ByValArguments, in findInsts() argument
430 ByValArguments.push_back(&Arg); in findInsts()
495 ArrayRef<Argument *> ByValArguments, Instruction *BasePointer, in moveStaticAllocasToUnsafeStack() argument
497 if (StaticAllocas.empty() && ByValArguments.empty()) in moveStaticAllocasToUnsafeStack()
525 for (Argument *Arg : ByValArguments) { in moveStaticAllocasToUnsafeStack()
580 for (Argument *Arg : ByValArguments) { in moveStaticAllocasToUnsafeStack()
763 SmallVector<Argument *, 4> ByValArguments; in run() local
775 findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Returns, in run()
[all …]