Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp144 SmallVectorImpl<AllocaInst *> &DynamicAllocas,
179 ArrayRef<AllocaInst *> DynamicAllocas);
379 SmallVectorImpl<AllocaInst *> &DynamicAllocas, in findInsts() argument
396 DynamicAllocas.push_back(AI); in findInsts()
656 ArrayRef<AllocaInst *> DynamicAllocas) { in moveDynamicAllocasToUnsafeStack() argument
659 for (AllocaInst *AI : DynamicAllocas) { in moveDynamicAllocasToUnsafeStack()
698 if (!DynamicAllocas.empty()) { in moveDynamicAllocasToUnsafeStack()
760 SmallVector<AllocaInst *, 4> DynamicAllocas; in run() local
773 findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Returns, in run()
776 if (StaticAllocas.empty() && DynamicAllocas.empty() && in run()
[all …]