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