This patch adds Pass1 of MIRADDFSDiscriminatorsPass before register allocation, and
Pass2 of MIRAddFSDiscriminatorsPass before Block-Placement.
This is still under --enable-fs-discrmininator option (default false).
This would reduce the turn-around time for FSAFDO transition.
How about adding a comment that the pass is intentionally placed before regalloc, in case some other passes are inserted in between in the future.