Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp349 AllocaInst *NewAlloca = IRB.CreateAlloca( in doPromotion() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp604 Value *NewAlloca = new AllocaInst( in copyByValueOperandIntoLocalTemp() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1689 AllocaInst *NewAlloca = in HandleByValArgument() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3734 AllocaInst *NewAlloca = IRB.CreateAlloca(IRB.getInt8Ty(), NewSize); in handleDynamicAllocaCall() local