/** {@inheritDoc} */
 @Override
 public boolean isApplicable(BytecodeInstruction instruction) {
   return instruction.isBranch();
 }