Lines Matching defs:CatchReturnInst
1029 // CatchReturnInst Implementation
1031 void CatchReturnInst::init(Value *CatchPad, BasicBlock *BB) {
1036 CatchReturnInst::CatchReturnInst(const CatchReturnInst &CRI)
1043 CatchReturnInst::CatchReturnInst(Value *CatchPad, BasicBlock *BB,
4499 CatchReturnInst *CatchReturnInst::cloneImpl() const {
4500 return new (AllocMarker) CatchReturnInst(*this);