diff options
author | Bernd Schmidt <bernds@codesourcery.com> | 2012-04-12 12:53:17 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@gcc.gnu.org> | 2012-04-12 12:53:17 +0000 |
commit | acf41a74a832b7225d9e2b60e7294a7c750e9b97 (patch) | |
tree | 0875d59a520e21ddc21464bbfcc6747bc4161359 /gcc/dbgcnt.def | |
parent | b9b09214978dd0f5000225f722ca18559c2564c7 (diff) | |
download | gcc-acf41a74a832b7225d9e2b60e7294a7c750e9b97.zip gcc-acf41a74a832b7225d9e2b60e7294a7c750e9b97.tar.gz gcc-acf41a74a832b7225d9e2b60e7294a7c750e9b97.tar.bz2 |
dbgcnt.def (ira_move): New counter.
* dbgcnt.def (ira_move): New counter.
* ira-int.h (ira_create_new_reg): Declare function.
(first_moveable_pseudo, last_moveable_pseudo): Declare variables.
* ira-emit.c (ira_create_new_reg): Renamed from craete_new_reg and
no longer static. All callers changed.
* ira.c: Include "dbgcnt.h".
(rtx_moveable_p, insn_dominated_by_p, find_moveable_pseudos,
move_unallocated_pseudos): New static functions.
(first_moveable_pseudo, last_moveable_pseudo): New global variables.
(pseudo_replaced_reg, pseudo_move_insn): New static variables.
(ira): Call find_moveable_pseudos and move_unallocated_pseudos.
* ira-costs.c (find_costs_and_classes): Assign a memory cost of zero
to the pseudos generated in find_moveable_pseudos.
* Makefile.in (ira.o): Add $(DBGCNT_H).
From-SVN: r186378
Diffstat (limited to 'gcc/dbgcnt.def')
-rw-r--r-- | gcc/dbgcnt.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dbgcnt.def b/gcc/dbgcnt.def index e3ac8ea..439f3e1 100644 --- a/gcc/dbgcnt.def +++ b/gcc/dbgcnt.def @@ -184,3 +184,4 @@ DEBUG_COUNTER (sms_sched_loop) DEBUG_COUNTER (store_motion) DEBUG_COUNTER (split_for_sched2) DEBUG_COUNTER (tail_call) +DEBUG_COUNTER (ira_move) |