Return the number of successors that this terminator has.
Declared in <llvm/IR/Instruction.h>
<llvm/IR/Instruction.h>
unsigned int getNumSuccessors() const;
The instruction must be a terminator.
The number of successor basic blocks.