• Home
  • Raw
  • Download

Lines Matching refs:TerminatorInst

45 TerminatorInst::~TerminatorInst() {  in ~TerminatorInst()
668 : TerminatorInst(II.getType(), Instruction::Invoke, in InvokeInst()
807 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Ret, in ReturnInst()
817 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret, in ReturnInst()
824 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret, in ReturnInst()
831 : TerminatorInst(Type::getVoidTy(Context), Instruction::Ret, in ReturnInst()
857 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Resume, in ResumeInst()
863 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume, in ResumeInst()
869 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume, in ResumeInst()
891 : TerminatorInst(CRI.getType(), Instruction::CleanupRet, in CleanupReturnInst()
912 : TerminatorInst(Type::getVoidTy(CleanupPad->getContext()), in CleanupReturnInst()
921 : TerminatorInst(Type::getVoidTy(CleanupPad->getContext()), in CleanupReturnInst()
949 : TerminatorInst(Type::getVoidTy(CRI.getContext()), Instruction::CatchRet, in CatchReturnInst()
957 : TerminatorInst(Type::getVoidTy(BB->getContext()), Instruction::CatchRet, in CatchReturnInst()
965 : TerminatorInst(Type::getVoidTy(BB->getContext()), Instruction::CatchRet, in CatchReturnInst()
991 : TerminatorInst(ParentPad->getType(), Instruction::CatchSwitch, nullptr, 0, in CatchSwitchInst()
1002 : TerminatorInst(ParentPad->getType(), Instruction::CatchSwitch, nullptr, 0, in CatchSwitchInst()
1011 : TerminatorInst(CSI.getType(), Instruction::CatchSwitch, nullptr, in CatchSwitchInst()
1120 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unreachable, in UnreachableInst()
1124 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unreachable, in UnreachableInst()
1151 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br, in BranchInst()
1159 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br, in BranchInst()
1171 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br, in BranchInst()
1180 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br, in BranchInst()
1193 TerminatorInst(Type::getVoidTy(BI.getContext()), Instruction::Br, in BranchInst()
3705 : TerminatorInst(Type::getVoidTy(Value->getContext()), Instruction::Switch, in SwitchInst()
3716 : TerminatorInst(Type::getVoidTy(Value->getContext()), Instruction::Switch, in SwitchInst()
3722 : TerminatorInst(SI.getType(), Instruction::Switch, nullptr, 0) { in SwitchInst()
3822 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr, in IndirectBrInst()
3829 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr, in IndirectBrInst()
3835 : TerminatorInst(Type::getVoidTy(IBI.getContext()), Instruction::IndirectBr, in IndirectBrInst()