]> git.ipfire.org Git - thirdparty/gcc.git/commit
ipa: Rename ipa_supports_p to ipa_vr_supported_type_p
authorMartin Jambor <mjambor@suse.cz>
Wed, 11 Sep 2024 21:53:21 +0000 (23:53 +0200)
committerMartin Jambor <jamborm@gcc.gnu.org>
Wed, 11 Sep 2024 21:53:40 +0000 (23:53 +0200)
commit323291c29c77e3214f4850129bb8a3d0d8da6a45
tree97f9f956c2af537b5e4641e1de6703bfa5aeea2f
parent670cfd5fe6433ee8f2e86eedb197d2523dbb033b
ipa: Rename ipa_supports_p to ipa_vr_supported_type_p

ipa_supports_p is not a name that captures well what the predicate
determines.  Therefore, this patch renames it to ipa_vr_supported_type_p.

gcc/ChangeLog:

2024-09-06  Martin Jambor  <mjambor@suse.cz>

* ipa-cp.h (ipa_supports_p): Rename to ipa_vr_supported_type_p.
* ipa-cp.cc (ipa_vr_operation_and_type_effects): Adjust called
function name.
(propagate_vr_across_jump_function): Likewise.
* ipa-prop.cc (ipa_compute_jump_functions_for_edge): Likewise.
(ipcp_get_parm_bits): Likewise.
gcc/ipa-cp.cc
gcc/ipa-cp.h
gcc/ipa-prop.cc