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.cpp143 SmallVectorImpl<AllocaInst *> &DynamicAllocas,
178 ArrayRef<AllocaInst *> DynamicAllocas);
378 SmallVectorImpl<AllocaInst *> &DynamicAllocas, in findInsts() argument
395 DynamicAllocas.push_back(AI); in findInsts()
664 ArrayRef<AllocaInst *> DynamicAllocas) { in moveDynamicAllocasToUnsafeStack() argument
667 for (AllocaInst *AI : DynamicAllocas) { in moveDynamicAllocasToUnsafeStack()
706 if (!DynamicAllocas.empty()) { in moveDynamicAllocasToUnsafeStack()
768 SmallVector<AllocaInst *, 4> DynamicAllocas; in run() local
781 findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Returns, in run()
784 if (StaticAllocas.empty() && DynamicAllocas.empty() && in run()
[all …]