Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching defs:Sel

45                                       CallInst *&Sel,
59 assert(!Sel && "Found more than one eh.selector call!");
60 Sel = CI;
64 if (Exn && Sel) return;
68 if (Exn && Sel) return;
71 FindExnAndSelIntrinsics(*I, Exn, Sel, Visited);
72 if (Exn && Sel) return;
165 CallInst *Sel = 0;
166 FindExnAndSelIntrinsics(UnwindDest, Exn, Sel, Visited);
167 assert(Exn && Sel && "Cannot find eh.exception and eh.selector calls!");
168 InvokeToIntrinsicsMap[Inst] = std::make_pair(Exn, Sel);
184 CallInst *Sel = cast<CallInst>(EHIntrinsics.second);
192 SelSlot = new AllocaInst(SelTy, "sel", Entry->getTerminator());
222 Value *PersFn = Sel->getArgOperand(1);
229 TransferClausesToLandingPadInst(LPI, Sel);
232 DeadInsts.insert(Sel);
242 CallInst *Sel = cast<CallInst>(EHIntrinsics.second);
250 LoadInst *LPSel = Builder.CreateLoad(ExnSelSlots.second, "sel.load");
253 Sel->replaceAllUsesWith(LPSel);