L0 L1 / \ / \
S0 S0' S1 S1'
In AArch64 this simple pattern of loads with multiple store users is not getting
vectorized because of the cost of the external uses.
This patch is a workaround that reduces the cost of the external use if the def
is a load and the user can be found in the Stores seeds map.