LAA analyzes cross-iteration memory dependencies, as such AA should not make assumptions about equality of values inside the loop, as they may come from different iterations.
Fix this by exposing the MayBeCrossIteration AA flag and enabling it for LAA.
Depends on D137955.