Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSafeStack.cpp142 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStack.cpp158 SmallVectorImpl<Argument *> &ByValArguments,
174 ArrayRef<Argument *> ByValArguments,
378 SmallVectorImpl<Argument *> &ByValArguments, in findInsts() argument
420 ByValArguments.push_back(&Arg); in findInsts()
485 ArrayRef<Argument *> ByValArguments, ArrayRef<ReturnInst *> Returns, in moveStaticAllocasToUnsafeStack() argument
487 if (StaticAllocas.empty() && ByValArguments.empty()) in moveStaticAllocasToUnsafeStack()
506 for (Argument *Arg : ByValArguments) { in moveStaticAllocasToUnsafeStack()
560 for (Argument *Arg : ByValArguments) { in moveStaticAllocasToUnsafeStack()
751 SmallVector<Argument *, 4> ByValArguments; in run() local
763 findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Returns, in run()
[all …]