Searched refs:DynamicAllocaLayout (Results 1 – 1 of 1) sorted by relevance
946 AllocaInst *DynamicAllocaLayout = nullptr; member1042 {IRB.CreateLoad(IntptrTy, DynamicAllocaLayout), DynamicAreaPtr}); in unpoisonDynamicAllocasBeforeInst()1048 unpoisonDynamicAllocasBeforeInst(Ret, DynamicAllocaLayout); in unpoisonDynamicAllocas()3124 DynamicAllocaLayout = IRB.CreateAlloca(IntptrTy, nullptr); in createDynamicAllocasInitStorage()3125 IRB.CreateStore(Constant::getNullValue(IntptrTy), DynamicAllocaLayout); in createDynamicAllocasInitStorage()3126 DynamicAllocaLayout->setAlignment(Align(32)); in createDynamicAllocasInitStorage()3551 IRB.CreateStore(IRB.CreatePtrToInt(NewAlloca, IntptrTy), DynamicAllocaLayout); in handleDynamicAllocaCall()