https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110413
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I noticed on many of these, the return value of the static function is an address (constant). Seems like we could do something like IPA-CCP for return values. And that will fix almost all of them ...