]> git.ipfire.org Git - thirdparty/gcc.git/commit
graphite: Rename isl_id_for_ssa_name
authorFrederik Harwath <frederik@codesourcery.com>
Tue, 17 May 2022 14:00:57 +0000 (16:00 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Tue, 17 May 2022 14:00:57 +0000 (16:00 +0200)
commit0cca1c22b0de3dbdd7b4fc9a314d8dcf906c07f1
tree17348c20471769156e3f7aa56526dbf3a8bab17f
parent61fe7b7d463f2f6bbeb175c345a68b844b396d56
graphite: Rename isl_id_for_ssa_name

The SSA names for which this function gets used are always SCoP
parameters and hence "isl_id_for_parameter" is a better name.  It also
explains the prefix "P_" for those names in the ISL representation.

gcc/ChangeLog:

* graphite-sese-to-poly.cc (isl_id_for_ssa_name): Rename to ...
(isl_id_for_parameter): ... this new function name.
(build_scop_context): Adjust function use.
gcc/graphite-sese-to-poly.cc