Home | History | Annotate | Download | only in IR

Lines Matching defs:TerminatorInst

48 //                            TerminatorInst Class
54 class TerminatorInst : public Instruction {
56 TerminatorInst(Type *Ty, Instruction::TermOps iType,
61 TerminatorInst(Type *Ty, Instruction::TermOps iType,
250 using succ_iterator = SuccIterator<TerminatorInst *, BasicBlock>;
252 SuccIterator<const TerminatorInst *, const BasicBlock>;