Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDSafeStack.cpp274 SmallVectorImpl<AllocaInst *> &StaticAllocas, in findInsts()
355 ArrayRef<AllocaInst *> StaticAllocas, in moveStaticAllocasToUnsafeStack()
552 SmallVector<AllocaInst *, 16> StaticAllocas; in runOnFunction() local
/NextBSD/contrib/llvm/include/llvm/Transforms/Utils/
HDCloning.h208 SmallVector<AllocaInst *, 4> StaticAllocas; variable