Changes the preliminary multinode analysis:
- Introduced scores for reversed loads/extractelements.
- Improved shallow score calculation.
- Lowered the cost of external uses (no need to consider it several times, just ones).
- The initial lane for analysis is the one with the minimal possible reorderings.
These changes in general shall reduce compile time and improve the
reordering in many cases.
Part of D57059.
Should this be m_Deferred or m_Specific? I thought m_Deferred was only necessary in the same match call?