Searched refs:ByValArguments (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 142 SmallVectorImpl<Argument *> &ByValArguments, 158 ArrayRef<Argument *> ByValArguments, 408 SmallVectorImpl<Argument *> &ByValArguments, in findInsts() argument 450 ByValArguments.push_back(&Arg); in findInsts() 515 ArrayRef<Argument *> ByValArguments, ArrayRef<ReturnInst *> Returns, in moveStaticAllocasToUnsafeStack() argument 517 if (StaticAllocas.empty() && ByValArguments.empty()) in moveStaticAllocasToUnsafeStack() 536 for (Argument *Arg : ByValArguments) { in moveStaticAllocasToUnsafeStack() 590 for (Argument *Arg : ByValArguments) { in moveStaticAllocasToUnsafeStack() 762 SmallVector<Argument *, 4> ByValArguments; in runOnFunction() local 774 findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Returns, in runOnFunction() [all …]
|