Searched defs:StaticAllocas (Results 1 – 3 of 3) sorted by relevance
| /llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | Cloning.h | 221 SmallVector<AllocaInst *, 4> StaticAllocas; global() variable
|
| /llvm-project/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 378 findInsts(Function & F,SmallVectorImpl<AllocaInst * > & StaticAllocas,SmallVectorImpl<AllocaInst * > & DynamicAllocas,SmallVectorImpl<Argument * > & ByValArguments,SmallVectorImpl<Instruction * > & Returns,SmallVectorImpl<Instruction * > & StackRestorePoints) findInsts() argument 488 moveStaticAllocasToUnsafeStack(IRBuilder<> & IRB,Function & F,ArrayRef<AllocaInst * > StaticAllocas,ArrayRef<Argument * > ByValArguments,Instruction * BasePointer,AllocaInst * StackGuardSlot) moveStaticAllocasToUnsafeStack() argument 759 SmallVector<AllocaInst *, 16> StaticAllocas; run() local [all...] |
| /llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 11219 SmallDenseMap<const AllocaInst *, StaticAllocaInfo, 8> StaticAllocas; findArgumentCopyElisionCandidates() local
|