6.6.6.6.5 -fcse-follow-jumps
In common subexpression elimination (CSE), scan through jump instructions when the target of the
jump is not reached by any other path. For example, when CSE encounters an
if statement with an else clause, CSE will follow
the jump when the condition tested is false.
