Lines Matching refs:TerminatorInst
45 TerminatorInst::~TerminatorInst() { in ~TerminatorInst()
570 : TerminatorInst(II.getType(), Instruction::Invoke, in InvokeInst()
641 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Ret, in ReturnInst()
651 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret, in ReturnInst()
658 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret, in ReturnInst()
665 : TerminatorInst(Type::getVoidTy(Context), Instruction::Ret, in ReturnInst()
691 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Resume, in ResumeInst()
697 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume, in ResumeInst()
703 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume, in ResumeInst()
726 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unreachable, in UnreachableInst()
730 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unreachable, in UnreachableInst()
757 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br, in BranchInst()
765 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br, in BranchInst()
777 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br, in BranchInst()
786 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br, in BranchInst()
799 TerminatorInst(Type::getVoidTy(BI.getContext()), Instruction::Br, in BranchInst()
3312 : TerminatorInst(Type::getVoidTy(Value->getContext()), Instruction::Switch, in SwitchInst()
3323 : TerminatorInst(Type::getVoidTy(Value->getContext()), Instruction::Switch, in SwitchInst()
3329 : TerminatorInst(SI.getType(), Instruction::Switch, nullptr, 0) { in SwitchInst()
3443 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr, in IndirectBrInst()
3450 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr, in IndirectBrInst()
3456 : TerminatorInst(Type::getVoidTy(IBI.getContext()), Instruction::IndirectBr, in IndirectBrInst()