Teach MachineVerifier to check branches for MBB operands if they are not declared indirect.
Add isBarrier, isIndirectBranch to G_BRINDIRECT and G_BRJT.
Without these, MachineInstr.isConditionalBranch() was giving a
false-positive for those instructions.
Braces