Lines Matching defs:CleanupReturnInst
996 // CleanupReturnInst Implementation
999 CleanupReturnInst::CleanupReturnInst(const CleanupReturnInst &CRI,
1011 void CleanupReturnInst::init(Value *CleanupPad, BasicBlock *UnwindBB) {
1020 CleanupReturnInst::CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB,
4494 CleanupReturnInst *CleanupReturnInst::cloneImpl() const {
4496 return new (AllocMarker) CleanupReturnInst(*this, AllocMarker);