Commit cf18754d by Martin Liska Committed by Martin Liska

Sort debug counter names.

2019-11-11  Martin Liska  <mliska@suse.cz>

	* dbgcnt.def (DEBUG_COUNTER): Sort counters
	alphabetically.

From-SVN: r278053
parent cb6b5afe
2019-11-11 Martin Liska <mliska@suse.cz>
* dbgcnt.def (DEBUG_COUNTER): Sort counters
alphabetically.
2019-11-11 Andre Vieira <andre.simoesdiasvieira@arm.com> 2019-11-11 Andre Vieira <andre.simoesdiasvieira@arm.com>
* tree-vect-loop-manip.c (vect_do_peeling): Take epilogue gaps into * tree-vect-loop-manip.c (vect_do_peeling): Take epilogue gaps into
...@@ -140,7 +140,8 @@ echo ubound: $ub ...@@ -140,7 +140,8 @@ echo ubound: $ub
*/ */
/* Debug counter definitions. */ /* Debug counter definitions.
Please keep the list sorted in alphabetic order. */
DEBUG_COUNTER (asan_use_after_scope) DEBUG_COUNTER (asan_use_after_scope)
DEBUG_COUNTER (auto_inc_dec) DEBUG_COUNTER (auto_inc_dec)
DEBUG_COUNTER (ccp) DEBUG_COUNTER (ccp)
...@@ -153,10 +154,12 @@ DEBUG_COUNTER (dce_ud) ...@@ -153,10 +154,12 @@ DEBUG_COUNTER (dce_ud)
DEBUG_COUNTER (delete_trivial_dead) DEBUG_COUNTER (delete_trivial_dead)
DEBUG_COUNTER (devirt) DEBUG_COUNTER (devirt)
DEBUG_COUNTER (df_byte_scan) DEBUG_COUNTER (df_byte_scan)
DEBUG_COUNTER (dom_unreachable_edges)
DEBUG_COUNTER (dse) DEBUG_COUNTER (dse)
DEBUG_COUNTER (dse1) DEBUG_COUNTER (dse1)
DEBUG_COUNTER (dse2) DEBUG_COUNTER (dse2)
DEBUG_COUNTER (gcse2_delete) DEBUG_COUNTER (gcse2_delete)
DEBUG_COUNTER (gimple_unroll)
DEBUG_COUNTER (global_alloc_at_func) DEBUG_COUNTER (global_alloc_at_func)
DEBUG_COUNTER (global_alloc_at_reg) DEBUG_COUNTER (global_alloc_at_reg)
DEBUG_COUNTER (graphite_scop) DEBUG_COUNTER (graphite_scop)
...@@ -170,7 +173,9 @@ DEBUG_COUNTER (if_conversion_tree) ...@@ -170,7 +173,9 @@ DEBUG_COUNTER (if_conversion_tree)
DEBUG_COUNTER (ipa_sra_params) DEBUG_COUNTER (ipa_sra_params)
DEBUG_COUNTER (ipa_sra_retvalues) DEBUG_COUNTER (ipa_sra_retvalues)
DEBUG_COUNTER (ira_move) DEBUG_COUNTER (ira_move)
DEBUG_COUNTER (ivopts_loop)
DEBUG_COUNTER (local_alloc_for_sched) DEBUG_COUNTER (local_alloc_for_sched)
DEBUG_COUNTER (match)
DEBUG_COUNTER (merged_ipa_icf) DEBUG_COUNTER (merged_ipa_icf)
DEBUG_COUNTER (postreload_cse) DEBUG_COUNTER (postreload_cse)
DEBUG_COUNTER (pre) DEBUG_COUNTER (pre)
...@@ -188,15 +193,11 @@ DEBUG_COUNTER (sel_sched_insn_cnt) ...@@ -188,15 +193,11 @@ DEBUG_COUNTER (sel_sched_insn_cnt)
DEBUG_COUNTER (sel_sched_region_cnt) DEBUG_COUNTER (sel_sched_region_cnt)
DEBUG_COUNTER (sms_sched_loop) DEBUG_COUNTER (sms_sched_loop)
DEBUG_COUNTER (split_for_sched2) DEBUG_COUNTER (split_for_sched2)
DEBUG_COUNTER (store_merging)
DEBUG_COUNTER (store_motion) DEBUG_COUNTER (store_motion)
DEBUG_COUNTER (stv_conversion) DEBUG_COUNTER (stv_conversion)
DEBUG_COUNTER (tail_call) DEBUG_COUNTER (tail_call)
DEBUG_COUNTER (treepre_insert)
DEBUG_COUNTER (tree_sra) DEBUG_COUNTER (tree_sra)
DEBUG_COUNTER (treepre_insert)
DEBUG_COUNTER (vect_loop) DEBUG_COUNTER (vect_loop)
DEBUG_COUNTER (vect_slp) DEBUG_COUNTER (vect_slp)
DEBUG_COUNTER (dom_unreachable_edges)
DEBUG_COUNTER (match)
DEBUG_COUNTER (store_merging)
DEBUG_COUNTER (gimple_unroll)
DEBUG_COUNTER (ivopts_loop)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment