Searched defs:ByValArguments (Results 1 – 1 of 1) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 761 SmallVector<Argument *, 4> ByValArguments; in run() local 380 findInsts(Function & F,SmallVectorImpl<AllocaInst * > & StaticAllocas,SmallVectorImpl<AllocaInst * > & DynamicAllocas,SmallVectorImpl<Argument * > & ByValArguments,SmallVectorImpl<Instruction * > & Returns,SmallVectorImpl<Instruction * > & StackRestorePoints) findInsts() argument 489 moveStaticAllocasToUnsafeStack(IRBuilder<> & IRB,Function & F,ArrayRef<AllocaInst * > StaticAllocas,ArrayRef<Argument * > ByValArguments,Instruction * BasePointer,AllocaInst * StackGuardSlot) moveStaticAllocasToUnsafeStack() argument [all...] |