Home
last modified time | relevance | path

Searched refs:DynamicAllocas (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStack.cpp163 SmallVectorImpl<AllocaInst *> &DynamicAllocas,
198 ArrayRef<AllocaInst *> DynamicAllocas);
384 SmallVectorImpl<AllocaInst *> &DynamicAllocas, in findInsts() argument
401 DynamicAllocas.push_back(AI); in findInsts()
656 ArrayRef<AllocaInst *> DynamicAllocas) { in moveDynamicAllocasToUnsafeStack() argument
659 for (AllocaInst *AI : DynamicAllocas) { in moveDynamicAllocasToUnsafeStack()
699 if (!DynamicAllocas.empty()) { in moveDynamicAllocasToUnsafeStack()
762 SmallVector<AllocaInst *, 4> DynamicAllocas; in run() local
775 findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Returns, in run()
778 if (StaticAllocas.empty() && DynamicAllocas.empty() && in run()
[all …]