]> git.ipfire.org Git - thirdparty/gcc.git/commit
Rename imports nomenclature in path_range_query to exit_dependencies.
authorAldy Hernandez <aldyh@redhat.com>
Tue, 16 Aug 2022 08:52:37 +0000 (10:52 +0200)
committerAldy Hernandez <aldyh@redhat.com>
Tue, 16 Aug 2022 09:32:43 +0000 (11:32 +0200)
commit3856c6e24c70cfa0e2eaa2b66e2b28c422b3f150
tree7a3851d52f7d07037119a8bc85539640071dd479
parent8699a0eb620ad076ed377c6652d1326a47235721
Rename imports nomenclature in path_range_query to exit_dependencies.

The purpose of this change is to disambiguate the imports name with
its use in GORI.

gcc/ChangeLog:

* gimple-range-path.cc (path_range_query::import_p): Rename to...
(path_range_query::exit_dependency_p): ...this.
(path_range_query::dump): Rename imports to exit dependencies.
(path_range_query::compute_ranges_in_phis): Same.
(path_range_query::compute_ranges_in_block): Same.
(path_range_query::adjust_for_non_null_uses): Same.
(path_range_query::compute_ranges): Same.
(path_range_query::compute_phi_relations): Same.
(path_range_query::add_to_imports): Rename to...
(path_range_query::add_to_exit_dependencies): ...this.
(path_range_query::compute_imports): Rename to...
(path_range_query::compute_exit_dependencies): ...this.
* gimple-range-path.h (class path_range_query): Rename imports to
exit dependencies.
gcc/gimple-range-path.cc
gcc/gimple-range-path.h