Mercurial > hg > CbC > CbC_gcc
diff gcc/dbgcnt.def @ 145:1830386684a0
gcc-9.2.0
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 11:34:05 +0900 |
parents | 84e7813d76e9 |
children |
line wrap: on
line diff
--- a/gcc/dbgcnt.def Thu Oct 25 07:37:49 2018 +0900 +++ b/gcc/dbgcnt.def Thu Feb 13 11:34:05 2020 +0900 @@ -1,5 +1,5 @@ /* This file contains the list of the debug counter for GCC. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2020 Free Software Foundation, Inc. This file is part of GCC. @@ -140,7 +140,8 @@ */ -/* Debug counter definitions. */ +/* Debug counter definitions. + Please keep the list sorted in alphabetic order. */ DEBUG_COUNTER (asan_use_after_scope) DEBUG_COUNTER (auto_inc_dec) DEBUG_COUNTER (ccp) @@ -153,11 +154,12 @@ DEBUG_COUNTER (delete_trivial_dead) DEBUG_COUNTER (devirt) DEBUG_COUNTER (df_byte_scan) +DEBUG_COUNTER (dom_unreachable_edges) DEBUG_COUNTER (dse) DEBUG_COUNTER (dse1) DEBUG_COUNTER (dse2) -DEBUG_COUNTER (eipa_sra) DEBUG_COUNTER (gcse2_delete) +DEBUG_COUNTER (gimple_unroll) DEBUG_COUNTER (global_alloc_at_func) DEBUG_COUNTER (global_alloc_at_reg) DEBUG_COUNTER (graphite_scop) @@ -168,8 +170,12 @@ DEBUG_COUNTER (if_after_reload) DEBUG_COUNTER (if_conversion) DEBUG_COUNTER (if_conversion_tree) +DEBUG_COUNTER (ipa_sra_params) +DEBUG_COUNTER (ipa_sra_retvalues) DEBUG_COUNTER (ira_move) +DEBUG_COUNTER (ivopts_loop) DEBUG_COUNTER (local_alloc_for_sched) +DEBUG_COUNTER (match) DEBUG_COUNTER (merged_ipa_icf) DEBUG_COUNTER (postreload_cse) DEBUG_COUNTER (pre) @@ -187,11 +193,11 @@ DEBUG_COUNTER (sel_sched_region_cnt) DEBUG_COUNTER (sms_sched_loop) DEBUG_COUNTER (split_for_sched2) +DEBUG_COUNTER (store_merging) DEBUG_COUNTER (store_motion) DEBUG_COUNTER (stv_conversion) DEBUG_COUNTER (tail_call) +DEBUG_COUNTER (tree_sra) DEBUG_COUNTER (treepre_insert) -DEBUG_COUNTER (tree_sra) DEBUG_COUNTER (vect_loop) DEBUG_COUNTER (vect_slp) -DEBUG_COUNTER (dom_unreachable_edges)