Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSafeStack.cpp141 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 …]