Searched refs:DynamicAllocaLayout (Results 1 – 1 of 1) sorted by relevance
1017 AllocaInst *DynamicAllocaLayout = nullptr; member1114 {IRB.CreateLoad(IntptrTy, DynamicAllocaLayout), DynamicAreaPtr}); in unpoisonDynamicAllocasBeforeInst()1120 unpoisonDynamicAllocasBeforeInst(Ret, DynamicAllocaLayout); in unpoisonDynamicAllocas()3304 DynamicAllocaLayout = IRB.CreateAlloca(IntptrTy, nullptr); in createDynamicAllocasInitStorage()3305 IRB.CreateStore(Constant::getNullValue(IntptrTy), DynamicAllocaLayout); in createDynamicAllocasInitStorage()3306 DynamicAllocaLayout->setAlignment(Align(32)); in createDynamicAllocasInitStorage()3747 IRB.CreateStore(IRB.CreatePtrToInt(NewAlloca, IntptrTy), DynamicAllocaLayout); in handleDynamicAllocaCall()