]> git.ipfire.org Git - thirdparty/gcc.git/commit
Rename duplicate_loop_to_header_edge to duplicate_loop_body_to_header_edge
authorXionghu Luo <luoxhu@linux.ibm.com>
Mon, 1 Nov 2021 05:14:01 +0000 (00:14 -0500)
committerXionghu Luo <luoxhu@linux.ibm.com>
Mon, 1 Nov 2021 05:14:01 +0000 (00:14 -0500)
commit4851c80ce8de18896dc5c4b1b023afa8456736ba
tree587ebec764b4bcf0088526697c883dd59232644d
parentf35af8df241a9eb9c2edf7da26d3c5f53d6e2511
Rename duplicate_loop_to_header_edge to duplicate_loop_body_to_header_edge

gcc/ChangeLog:

2021-11-01  Xionghu Luo  <luoxhu@linux.ibm.com>

* cfghooks.c (cfg_hook_duplicate_loop_to_header_edge): Rename
duplicate_loop_to_header_edge to
duplicate_loop_body_to_header_edge.
(cfg_hook_duplicate_loop_body_to_header_edge): Likewise.
* cfghooks.h (struct cfg_hooks): Likewise.
(cfg_hook_duplicate_loop_body_to_header_edge): Likewise.
* cfgloopmanip.c (duplicate_loop_body_to_header_edge): Likewise.
(clone_loop_to_header_edge): Likewise.
* cfgloopmanip.h (duplicate_loop_body_to_header_edge): Likewise.
* cfgrtl.c (struct cfg_hooks): Likewise.
* doc/loop.texi: Likewise.
* loop-unroll.c (unroll_loop_constant_iterations): Likewise.
(unroll_loop_runtime_iterations): Likewise.
(unroll_loop_stupid): Likewise.
(apply_opt_in_copies): Likewise.
* tree-cfg.c (struct cfg_hooks): Likewise.
* tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
(try_peel_loop): Likewise.
* tree-ssa-loop-manip.c (copy_phi_node_args): Likewise.
(gimple_duplicate_loop_body_to_header_edge): Likewise.
(tree_transform_and_unroll_loop): Likewise.
* tree-ssa-loop-manip.h (gimple_duplicate_loop_body_to_header_edge):
Likewise.
gcc/cfghooks.c
gcc/cfghooks.h
gcc/cfgloopmanip.c
gcc/cfgloopmanip.h
gcc/cfgrtl.c
gcc/doc/loop.texi
gcc/loop-unroll.c
gcc/tree-cfg.c
gcc/tree-ssa-loop-ivcanon.c
gcc/tree-ssa-loop-manip.c
gcc/tree-ssa-loop-manip.h