Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DCloning.h185 SmallVector<AllocaInst*, 4> StaticAllocas; variable
/external/llvm/include/llvm/Transforms/Utils/
DCloning.h189 SmallVector<AllocaInst *, 4> StaticAllocas; variable
/external/llvm/lib/CodeGen/
DSafeStack.cpp406 SmallVectorImpl<AllocaInst *> &StaticAllocas, in findInsts()
514 IRBuilder<> &IRB, Function &F, ArrayRef<AllocaInst *> StaticAllocas, in moveStaticAllocasToUnsafeStack()
760 SmallVector<AllocaInst *, 16> StaticAllocas; in runOnFunction() local