Home
last modified time | relevance | path

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

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