Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RI

42     Value *GetExceptionObject(ResumeInst *RI);
71 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) {
72 Value *V = RI->getOperand(0);
92 ExnObj = ExtractValueInst::Create(RI->getOperand(0), 0, "exn.obj", RI);
94 RI->eraseFromParent();
115 if (ResumeInst *RI = dyn_cast<ResumeInst>(TI))
116 Resumes.push_back(RI);
140 ResumeInst *RI = Resumes.front();
141 BasicBlock *UnwindBB = RI->getParent();
142 Value *ExnObj = GetExceptionObject(RI);
161 ResumeInst *RI = *I;
162 BasicBlock *Parent = RI->getParent();
165 Value *ExnObj = GetExceptionObject(RI);