Home
last modified time | relevance | path

Searched refs:SelSlot (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp193 Value *SelSlot = 0; in UpgradeExceptionHandling() local
197 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()