Searched defs:NewAlloca (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Transforms/IPO/ | ||
H A D | ArgumentPromotion.cpp | 349 AllocaInst *NewAlloca = IRB.CreateAlloca( doPromotion() local |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | TailRecursionElimination.cpp | 604 Value *NewAlloca = new AllocaInst( copyByValueOperandIntoLocalTemp() local |
/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | InlineFunction.cpp | 1677 AllocaInst *NewAlloca = HandleByValArgument() local |
/llvm-project/llvm/lib/Transforms/Instrumentation/ | ||
H A D | AddressSanitizer.cpp | 3732 AllocaInst *NewAlloca = IRB.CreateAlloca(IRB.getInt8Ty(), NewSize); handleDynamicAllocaCall() local |