summaryrefslogtreecommitdiff
path: root/.cvsignore
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-09 16:58:42 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-09 16:58:42 +0000
commit6416ac03cb47c9e0a1f9216e533ac39556df8008 (patch)
tree6acad3c2863017816a499859e6818fdc7225e212 /.cvsignore
parent4a43abf441a036d532431adc18f417c5ebe5056a (diff)
downloadgcc-6416ac03cb47c9e0a1f9216e533ac39556df8008.tar.gz
* timevar.def (TV_CPROP1, TV_CPROP2, TV_PRE, TV_HOIST, TV_LSM):
New timers. * gcse.c: Include timevar.h. (const_prop_count, copy_prop_count): Rename to global_const_prop_count and global_copy_prop_count. (local_const_prop_count, local_copy_prop_count): New static globals. (gcse_main): Set the right timevar for each pass. (cprop_jump): Increment global_const_prop_count when a constant is propagated. Add "GLOBAL" to dump output. (cprop_insn): Increment global_const_prop_count when a constant is propagated, or global_copy_prop_count when a copy is propagated. (do_local_cprop): Likewise for local_const_prop_count and local_copy_prop_count. (one_cprop_pass): Initialize const/cprop counters to zero. Print out results of local and global const/cprop separately. (bypass_block): Break over-length line. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85718 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to '.cvsignore')
0 files changed, 0 insertions, 0 deletions