Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp1279 AllocaInst *NewAlloca = dyn_cast<AllocaInst>(AV->clone()); in materializeValueFor() local
1290 AllocaInst *NewAlloca = in materializeValueFor() local
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp787 Value *NewAlloca = new AllocaInst(AggTy, nullptr, Align, Arg->getName(), in HandleByValArgument() local
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2056 AllocaInst *NewAlloca = IRB.CreateAlloca(IRB.getInt8Ty(), NewSize); in handleDynamicAllocaCall() local