Mercurial > hg > CbC > GCC_original
diff gcc/dbgcnt.def @ 16:04ced10e8804
gcc 7
author | kono |
---|---|
date | Fri, 27 Oct 2017 22:46:09 +0900 |
parents | f6334be47118 |
children | 84e7813d76e9 |
line wrap: on
line diff
--- a/gcc/dbgcnt.def Sun Aug 21 07:07:55 2011 +0900 +++ b/gcc/dbgcnt.def Fri Oct 27 22:46:09 2017 +0900 @@ -1,5 +1,5 @@ /* This file contains the list of the debug counter for GCC. - Copyright (C) 2006, 2007, 2008, 2010 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. @@ -141,19 +141,22 @@ */ /* Debug counter definitions. */ +DEBUG_COUNTER (asan_use_after_scope) DEBUG_COUNTER (auto_inc_dec) DEBUG_COUNTER (ccp) DEBUG_COUNTER (cfg_cleanup) +DEBUG_COUNTER (cprop) DEBUG_COUNTER (cse2_move2add) -DEBUG_COUNTER (cprop) DEBUG_COUNTER (dce) DEBUG_COUNTER (dce_fast) DEBUG_COUNTER (dce_ud) DEBUG_COUNTER (delete_trivial_dead) +DEBUG_COUNTER (devirt) DEBUG_COUNTER (df_byte_scan) DEBUG_COUNTER (dse) DEBUG_COUNTER (dse1) DEBUG_COUNTER (dse2) +DEBUG_COUNTER (eipa_sra) DEBUG_COUNTER (gcse2_delete) DEBUG_COUNTER (global_alloc_at_func) DEBUG_COUNTER (global_alloc_at_reg) @@ -161,26 +164,34 @@ DEBUG_COUNTER (hoist) DEBUG_COUNTER (hoist_insn) DEBUG_COUNTER (ia64_sched2) +DEBUG_COUNTER (if_after_combine) +DEBUG_COUNTER (if_after_reload) DEBUG_COUNTER (if_conversion) DEBUG_COUNTER (if_conversion_tree) -DEBUG_COUNTER (if_after_combine) -DEBUG_COUNTER (if_after_reload) +DEBUG_COUNTER (ira_move) DEBUG_COUNTER (local_alloc_for_sched) +DEBUG_COUNTER (merged_ipa_icf) DEBUG_COUNTER (postreload_cse) DEBUG_COUNTER (pre) DEBUG_COUNTER (pre_insn) -DEBUG_COUNTER (treepre_insert) -DEBUG_COUNTER (tree_sra) -DEBUG_COUNTER (eipa_sra) +DEBUG_COUNTER (prefetch) +DEBUG_COUNTER (registered_jump_thread) DEBUG_COUNTER (sched2_func) DEBUG_COUNTER (sched_block) +DEBUG_COUNTER (sched_breakdep) DEBUG_COUNTER (sched_func) DEBUG_COUNTER (sched_insn) DEBUG_COUNTER (sched_region) DEBUG_COUNTER (sel_sched_cnt) +DEBUG_COUNTER (sel_sched_insn_cnt) DEBUG_COUNTER (sel_sched_region_cnt) -DEBUG_COUNTER (sel_sched_insn_cnt) DEBUG_COUNTER (sms_sched_loop) +DEBUG_COUNTER (split_for_sched2) DEBUG_COUNTER (store_motion) -DEBUG_COUNTER (split_for_sched2) +DEBUG_COUNTER (stv_conversion) DEBUG_COUNTER (tail_call) +DEBUG_COUNTER (treepre_insert) +DEBUG_COUNTER (tree_sra) +DEBUG_COUNTER (vect_loop) +DEBUG_COUNTER (vect_slp) +DEBUG_COUNTER (dom_unreachable_edges)