Dragonegg generates most function parameters as pointers to the actual
parameters. However, it does not mark these parameters with the
dereferencable attribute.
Polly is conservative when it comes to invariant load
hoisting, thus we refuse to invariant load hoist when we do not know
that pointers are dereferencable. This is correct behaviour, but is
inconvenient.
Add a flag that allows all pointer parameters to be dereferencable.
Please revert this in 2018.