Searched refs:DynamicAllocas (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 141 SmallVectorImpl<AllocaInst *> &DynamicAllocas, 178 ArrayRef<AllocaInst *> DynamicAllocas); 407 SmallVectorImpl<AllocaInst *> &DynamicAllocas, in findInsts() argument 424 DynamicAllocas.push_back(AI); in findInsts() 673 ArrayRef<AllocaInst *> DynamicAllocas) { in moveDynamicAllocasToUnsafeStack() argument 676 for (AllocaInst *AI : DynamicAllocas) { in moveDynamicAllocasToUnsafeStack() 715 if (!DynamicAllocas.empty()) { in moveDynamicAllocasToUnsafeStack() 761 SmallVector<AllocaInst *, 4> DynamicAllocas; in runOnFunction() local 774 findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Returns, in runOnFunction() 777 if (StaticAllocas.empty() && DynamicAllocas.empty() && in runOnFunction() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 157 SmallVectorImpl<AllocaInst *> &DynamicAllocas, 194 ArrayRef<AllocaInst *> DynamicAllocas); 377 SmallVectorImpl<AllocaInst *> &DynamicAllocas, in findInsts() argument 394 DynamicAllocas.push_back(AI); in findInsts() 645 ArrayRef<AllocaInst *> DynamicAllocas) { in moveDynamicAllocasToUnsafeStack() argument 648 for (AllocaInst *AI : DynamicAllocas) { in moveDynamicAllocasToUnsafeStack() 688 if (!DynamicAllocas.empty()) { in moveDynamicAllocasToUnsafeStack() 750 SmallVector<AllocaInst *, 4> DynamicAllocas; in run() local 763 findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Returns, in run() 766 if (StaticAllocas.empty() && DynamicAllocas.empty() && in run() [all …]
|