Lines Matching refs:CatchSwitchInst
869 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() function in CatchSwitchInst
881 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() function in CatchSwitchInst
892 CatchSwitchInst::CatchSwitchInst(const CatchSwitchInst &CSI) in CatchSwitchInst() function in CatchSwitchInst
903 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init()
920 void CatchSwitchInst::growOperands(unsigned Size) { in growOperands()
929 void CatchSwitchInst::addHandler(BasicBlock *Handler) { in addHandler()
937 BasicBlock *CatchSwitchInst::getSuccessorV(unsigned idx) const { in getSuccessorV()
940 unsigned CatchSwitchInst::getNumSuccessorsV() const { in getNumSuccessorsV()
943 void CatchSwitchInst::setSuccessorV(unsigned idx, BasicBlock *B) { in setSuccessorV()
3969 CatchSwitchInst *CatchSwitchInst::cloneImpl() const { in cloneImpl()
3970 return new CatchSwitchInst(*this); in cloneImpl()