Rename profile_status_for_function to profile_status_for_fn.
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Dec 2013 19:53:08 +0000 (19:53 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Dec 2013 19:53:08 +0000 (19:53 +0000)
commit3bedbae39765a69f700bebcbd60c6f4d7bf2bdcc
treeec787489d8c06f8de6edf15db1529b7a23597d34
parentdbd64d4793ff6c2e6ae82d4571bc8daef3670d19
Rename profile_status_for_function to profile_status_for_fn.

gcc/
* basic-block.h (profile_status_for_function): Rename to...
(profile_status_for_fn): ...this.

* cfg.c (check_bb_profile): Update for renaming.
* cgraphbuild.c (compute_call_stmt_bb_frequency): Likewise.
* lto-streamer-in.c (input_cfg): Likewise.
* lto-streamer-out.c (output_cfg):  Likewise.
* predict.c (maybe_hot_frequency_p, maybe_hot_count_p,
maybe_hot_bb_p, probably_never_executed)
(handle_missing_profiles): Likewise.
* tree-cfg.c (init_empty_tree_cfg_for_function): Likewise.
* tree-inline.c (copy_bb, initialize_cfun): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205820 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/basic-block.h
gcc/cfg.c
gcc/cgraphbuild.c
gcc/lto-streamer-in.c
gcc/lto-streamer-out.c
gcc/predict.c
gcc/tree-cfg.c
gcc/tree-inline.c