Home | History | Annotate | Download | only in VMCore

Lines Matching refs: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,
638 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Resume,
644 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume,
650 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume,
673 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unreachable,
677 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unreachable,
704 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br,
712 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br,
724 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br,
733 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br,
746 TerminatorInst(Type::getVoidTy(BI.getContext()), Instruction::Br,
3136 : TerminatorInst(Type::getVoidTy(Value->getContext()), Instruction::Switch,
3147 : TerminatorInst(Type::getVoidTy(Value->getContext()), Instruction::Switch,
3153 : TerminatorInst(SI.getType(), Instruction::Switch, 0, 0) {
3267 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr,
3274 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr,
3280 : TerminatorInst(Type::getVoidTy(IBI.getContext()), Instruction::IndirectBr,