What is the reason that GCC does not always automatically include the frame-pointer and return-address registers in df_regs_ever_live_p such that it is necessary to check respectively frame_pointer_needed and crtl->profile ? ie: https://github.com/gcc-mirror/gcc/blob/gcc-8_3_0-release/gcc/config/fr30/fr30.c#L145