Lines Matching refs:ResumeInst
690 ResumeInst::ResumeInst(const ResumeInst &RI) in ResumeInst() function in ResumeInst
692 OperandTraits<ResumeInst>::op_begin(this), 1) { in ResumeInst()
696 ResumeInst::ResumeInst(Value *Exn, Instruction *InsertBefore) in ResumeInst() function in ResumeInst
698 OperandTraits<ResumeInst>::op_begin(this), 1, InsertBefore) { in ResumeInst()
702 ResumeInst::ResumeInst(Value *Exn, BasicBlock *InsertAtEnd) in ResumeInst() function in ResumeInst
704 OperandTraits<ResumeInst>::op_begin(this), 1, InsertAtEnd) { in ResumeInst()
708 unsigned ResumeInst::getNumSuccessorsV() const { in getNumSuccessorsV()
712 void ResumeInst::setSuccessorV(unsigned idx, BasicBlock *NewSucc) { in setSuccessorV()
716 BasicBlock *ResumeInst::getSuccessorV(unsigned idx) const { in getSuccessorV()
3683 ResumeInst *ResumeInst::clone_impl() const { in clone_impl()
3684 return new(1) ResumeInst(*this); in clone_impl()