Searched defs:StaticAllocas (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Cloning.h | 196 SmallVector<AllocaInst *, 4> StaticAllocas; variable
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | Cloning.h | 185 SmallVector<AllocaInst*, 4> StaticAllocas; variable
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Cloning.h | 189 SmallVector<AllocaInst *, 4> StaticAllocas; variable
|
/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-7.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 376 SmallVectorImpl<AllocaInst *> &StaticAllocas, in findInsts() 484 IRBuilder<> &IRB, Function &F, ArrayRef<AllocaInst *> StaticAllocas, in moveStaticAllocasToUnsafeStack() 749 SmallVector<AllocaInst *, 16> StaticAllocas; in run() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 8725 SmallDenseMap<const AllocaInst *, StaticAllocaInfo, 8> StaticAllocas; in findArgumentCopyElisionCandidates() local
|