]> git.ipfire.org Git - thirdparty/gcc.git/commit
graphite: Rename isl_id_for_ssa_name
authorFrederik Harwath <frederik@codesourcery.com>
Tue, 16 Nov 2021 15:12:23 +0000 (16:12 +0100)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Tue, 21 Jun 2022 13:11:44 +0000 (14:11 +0100)
commit87fdca23f2bf81d6befe529ebb32f05459dd4b64
tree1ef088a5be0735a49785f44563db21ab942fdff2
parent17cd8dcff938fd13a01a7b8fc0c20f3ac9bc65d4
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/ChangeLog.omp
gcc/graphite-sese-to-poly.cc