Lines Matching defs:ResumeInst
940 // ResumeInst Implementation
943 ResumeInst::ResumeInst(const ResumeInst &RI)
945 OperandTraits<ResumeInst>::op_begin(this), 1) {
949 ResumeInst::ResumeInst(Value *Exn, InsertPosition InsertBefore)
951 OperandTraits<ResumeInst>::op_begin(this), 1, InsertBefore) {
4374 ResumeInst *ResumeInst::cloneImpl() const { return new (1) ResumeInst(*this); }