STATEPOINT instruction behavior is similar to call instruction.
In aarch64 BL instruction implicitly define lpr register, so
STATEPOINT instruction should do the same.
However STATEPOINT is a general instruction and I could not find
a way to override list of implicit defs for specific architecture.
So this patch post processes inserting STATEPOINT instruction by
adding implicit dead def for lpr.