Home | History | Annotate | Download | only in VMCore

Lines Matching defs:TerminatorInst

40 //                            TerminatorInst Class
44 TerminatorInst::~TerminatorInst() {
539 : TerminatorInst(II.getType(), Instruction::Invoke,
588 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Ret,
598 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret,
605 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret,
612 : TerminatorInst(Type::getVoidTy(Context), Instruction::Ret,
639 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unwind,
643 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unwind,
666 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Resume,
672 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume,
678 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume,
702 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unreachable,
706 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unreachable,
734 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br,
742 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br,
754 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br,
763 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br,
776 TerminatorInst(Type::getVoidTy(BI.getContext()), Instruction::Br,
3114 : TerminatorInst(Type::getVoidTy(Value->getContext()), Instruction::Switch,
3125 : TerminatorInst(Type::getVoidTy(Value->getContext()), Instruction::Switch,
3131 : TerminatorInst(SI.getType(), Instruction::Switch, 0, 0) {
3244 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr,
3251 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr,
3257 : TerminatorInst(Type::getVoidTy(IBI.getContext()), Instruction::IndirectBr,