Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAutoUpgrade.cpp567 Value *SelSlot = 0; in UpgradeExceptionHandling() local
571 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()