Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp379 SmallVectorImpl<AllocaInst *> &DynamicAllocas, in findInsts()
656 ArrayRef<AllocaInst *> DynamicAllocas) { in moveDynamicAllocasToUnsafeStack()
760 SmallVector<AllocaInst *, 4> DynamicAllocas; in run() local