comparison gcc/dbgcnt.def @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* This file contains the list of the debug counter for GCC. 1 /* This file contains the list of the debug counter for GCC.
2 Copyright (C) 2006-2018 Free Software Foundation, Inc. 2 Copyright (C) 2006-2020 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify it under 6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free 7 the terms of the GNU General Public License as published by the Free
138 138
139 ===================================== 139 =====================================
140 140
141 */ 141 */
142 142
143 /* Debug counter definitions. */ 143 /* Debug counter definitions.
144 Please keep the list sorted in alphabetic order. */
144 DEBUG_COUNTER (asan_use_after_scope) 145 DEBUG_COUNTER (asan_use_after_scope)
145 DEBUG_COUNTER (auto_inc_dec) 146 DEBUG_COUNTER (auto_inc_dec)
146 DEBUG_COUNTER (ccp) 147 DEBUG_COUNTER (ccp)
147 DEBUG_COUNTER (cfg_cleanup) 148 DEBUG_COUNTER (cfg_cleanup)
148 DEBUG_COUNTER (cprop) 149 DEBUG_COUNTER (cprop)
151 DEBUG_COUNTER (dce_fast) 152 DEBUG_COUNTER (dce_fast)
152 DEBUG_COUNTER (dce_ud) 153 DEBUG_COUNTER (dce_ud)
153 DEBUG_COUNTER (delete_trivial_dead) 154 DEBUG_COUNTER (delete_trivial_dead)
154 DEBUG_COUNTER (devirt) 155 DEBUG_COUNTER (devirt)
155 DEBUG_COUNTER (df_byte_scan) 156 DEBUG_COUNTER (df_byte_scan)
157 DEBUG_COUNTER (dom_unreachable_edges)
156 DEBUG_COUNTER (dse) 158 DEBUG_COUNTER (dse)
157 DEBUG_COUNTER (dse1) 159 DEBUG_COUNTER (dse1)
158 DEBUG_COUNTER (dse2) 160 DEBUG_COUNTER (dse2)
159 DEBUG_COUNTER (eipa_sra)
160 DEBUG_COUNTER (gcse2_delete) 161 DEBUG_COUNTER (gcse2_delete)
162 DEBUG_COUNTER (gimple_unroll)
161 DEBUG_COUNTER (global_alloc_at_func) 163 DEBUG_COUNTER (global_alloc_at_func)
162 DEBUG_COUNTER (global_alloc_at_reg) 164 DEBUG_COUNTER (global_alloc_at_reg)
163 DEBUG_COUNTER (graphite_scop) 165 DEBUG_COUNTER (graphite_scop)
164 DEBUG_COUNTER (hoist) 166 DEBUG_COUNTER (hoist)
165 DEBUG_COUNTER (hoist_insn) 167 DEBUG_COUNTER (hoist_insn)
166 DEBUG_COUNTER (ia64_sched2) 168 DEBUG_COUNTER (ia64_sched2)
167 DEBUG_COUNTER (if_after_combine) 169 DEBUG_COUNTER (if_after_combine)
168 DEBUG_COUNTER (if_after_reload) 170 DEBUG_COUNTER (if_after_reload)
169 DEBUG_COUNTER (if_conversion) 171 DEBUG_COUNTER (if_conversion)
170 DEBUG_COUNTER (if_conversion_tree) 172 DEBUG_COUNTER (if_conversion_tree)
173 DEBUG_COUNTER (ipa_sra_params)
174 DEBUG_COUNTER (ipa_sra_retvalues)
171 DEBUG_COUNTER (ira_move) 175 DEBUG_COUNTER (ira_move)
176 DEBUG_COUNTER (ivopts_loop)
172 DEBUG_COUNTER (local_alloc_for_sched) 177 DEBUG_COUNTER (local_alloc_for_sched)
178 DEBUG_COUNTER (match)
173 DEBUG_COUNTER (merged_ipa_icf) 179 DEBUG_COUNTER (merged_ipa_icf)
174 DEBUG_COUNTER (postreload_cse) 180 DEBUG_COUNTER (postreload_cse)
175 DEBUG_COUNTER (pre) 181 DEBUG_COUNTER (pre)
176 DEBUG_COUNTER (pre_insn) 182 DEBUG_COUNTER (pre_insn)
177 DEBUG_COUNTER (prefetch) 183 DEBUG_COUNTER (prefetch)
185 DEBUG_COUNTER (sel_sched_cnt) 191 DEBUG_COUNTER (sel_sched_cnt)
186 DEBUG_COUNTER (sel_sched_insn_cnt) 192 DEBUG_COUNTER (sel_sched_insn_cnt)
187 DEBUG_COUNTER (sel_sched_region_cnt) 193 DEBUG_COUNTER (sel_sched_region_cnt)
188 DEBUG_COUNTER (sms_sched_loop) 194 DEBUG_COUNTER (sms_sched_loop)
189 DEBUG_COUNTER (split_for_sched2) 195 DEBUG_COUNTER (split_for_sched2)
196 DEBUG_COUNTER (store_merging)
190 DEBUG_COUNTER (store_motion) 197 DEBUG_COUNTER (store_motion)
191 DEBUG_COUNTER (stv_conversion) 198 DEBUG_COUNTER (stv_conversion)
192 DEBUG_COUNTER (tail_call) 199 DEBUG_COUNTER (tail_call)
200 DEBUG_COUNTER (tree_sra)
193 DEBUG_COUNTER (treepre_insert) 201 DEBUG_COUNTER (treepre_insert)
194 DEBUG_COUNTER (tree_sra)
195 DEBUG_COUNTER (vect_loop) 202 DEBUG_COUNTER (vect_loop)
196 DEBUG_COUNTER (vect_slp) 203 DEBUG_COUNTER (vect_slp)
197 DEBUG_COUNTER (dom_unreachable_edges)