vm_object_coalesce(): simplify common expression
Add the next_end variable to replace commonly occuring the
next_pindex + next_size expression.
Suggested by: alc
Reviewed by: alc, markj
Tested by: pho
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D54263