When synthesized TBB/TBH is expanded, we need to avoid the case of:
BaseReg is redefined after the load of branching target. E.g.:
%R2 = tLEApcrelJT <jt#1> %R1 = tLDRr %R1, %R2 %R2 = tLDRspi %SP, 12 tBR_JTr %R1
After JT compression, it becomes
%R2 = tLEApcrelJT <jt#1> %R2 = tLDRspi %SP, 12 tTBB_JT %R2, %R1