]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-inline.h (estimate_move_cost): Add speed_p parameter.
authorRichard Biener <rguenther@suse.de>
Thu, 24 Jul 2014 08:08:26 +0000 (08:08 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 24 Jul 2014 08:08:26 +0000 (08:08 +0000)
commitb4c9af965f74fe9f67adf9e0343e4aec41da6c8e
treed651168c51e1b1aa9a90adba74a92d53e8a5798c
parent997ef9e7389f4962edc8c504a3d9753ab806ed6f
tree-inline.h (estimate_move_cost): Add speed_p parameter.

2014-07-24  Richard Biener  <rguenther@suse.de>

* tree-inline.h (estimate_move_cost): Add speed_p parameter.
* tree-inline.c (estimate_move_cost): Add speed_p parameter
and adjust MOVE_RATIO query accordingly.
(estimate_num_insns): Adjust callers.
* ipa-prop.c (ipa_populate_param_decls): Likewise.
* ipa-cp.c (gather_context_independent_values,
estimate_local_effects): Likewise.
* ipa-split.c (consider_split): Likewise.

From-SVN: r212970
gcc/ChangeLog
gcc/ipa-cp.c
gcc/ipa-prop.c
gcc/ipa-split.c
gcc/tree-inline.c
gcc/tree-inline.h