]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cfgrtl.c
Replace insn_rtx_cost with insn_cost and pattern_cost
authorSegher Boessenkool <segher@kernel.crashing.org>
Mon, 9 Oct 2017 19:44:13 +0000 (21:44 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Mon, 9 Oct 2017 19:44:13 +0000 (21:44 +0200)
commitd09e78e89037b5096e55b04effa714fc40e19a8c
treee24c9b1f71385f43633cf5e52abe5626c37114b0
parent90e491a7739dc2ae9a5b92945e4f0e48a3a91e39
Replace insn_rtx_cost with insn_cost and pattern_cost

This replaces insn_rtx_cost with insn_cost if an insn is readily
available, and with pattern_cost otherwise.

* cfgrtl.c (rtl_account_profile_record): Replace insn_rtx_cost with
insn_cost.
* combine.c (uid_insn_cost): Adjust comment.
(combine_validate_cost): Adjust comment.  Use pattern_cost instead
of insn_rtx_cost
(combine_instructions): Use insn_cost instead of insn_rtx_cost.
* dse.c (find_shift_sequence): Ditto.
* ifcvt.c (cheap_bb_rtx_cost_p): Ditto.
(bb_valid_for_noce_process_p): Use pattern_cost.
* rtl.h (insn_rtx_cost): Delete.
(pattern_cost): New prototype.
(insn_cost): New prototype.
* rtlanal.c (insn_rtx_cost): Rename to...
(pattern_cost): ... this.
(insn_cost): New.

From-SVN: r253560
gcc/ChangeLog
gcc/cfgrtl.c
gcc/combine.c
gcc/dse.c
gcc/ifcvt.c
gcc/rtl.h
gcc/rtlanal.c