Searched defs:StaticAllocas (Results 1 – 5 of 5) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
| D | Cloning.h | 193 SmallVector<AllocaInst *, 4> StaticAllocas; variable
|
| /external/llvm/include/llvm/Transforms/Utils/ |
| D | Cloning.h | 189 SmallVector<AllocaInst *, 4> StaticAllocas; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | SafeStack.cpp | 379 SmallVectorImpl<AllocaInst *> &StaticAllocas, in findInsts() 488 IRBuilder<> &IRB, Function &F, ArrayRef<AllocaInst *> StaticAllocas, in moveStaticAllocasToUnsafeStack() 745 SmallVector<AllocaInst *, 16> StaticAllocas; in run() local
|
| /external/llvm/lib/CodeGen/ |
| D | SafeStack.cpp | 406 SmallVectorImpl<AllocaInst *> &StaticAllocas, in findInsts() 514 IRBuilder<> &IRB, Function &F, ArrayRef<AllocaInst *> StaticAllocas, in moveStaticAllocasToUnsafeStack() 760 SmallVector<AllocaInst *, 16> StaticAllocas; in runOnFunction() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 9480 SmallDenseMap<const AllocaInst *, StaticAllocaInfo, 8> StaticAllocas; in findArgumentCopyElisionCandidates() local
|