The run-time alias check places code that involves the base pointer at the
beginning of the SCoP. This breaks if the base pointer is defined inside the
scop. Hence, we can only use it if we are sure the base pointer is not an
instruction defined inside the scop. Otherwise we refuse to handle the SCoP.
This commit should unbreak some of our current LNT failures.