Searched refs:SelSlot (Results 1 – 1 of 1) sorted by relevance
193 Value *SelSlot = 0; in UpgradeExceptionHandling() local197 SelSlot = new AllocaInst(SelTy, "sel", Entry->getTerminator()); in UpgradeExceptionHandling()198 FnToLPadSlotMap[F] = std::make_pair(ExnSlot, SelSlot); in UpgradeExceptionHandling()201 SelSlot = FnToLPadSlotMap[F].second; in UpgradeExceptionHandling()231 Builder.CreateStore(LPSel, SelSlot); in UpgradeExceptionHandling()