OSDN Git Service

2012-05-03 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / dbgcnt.def
index 82dd988..e3ac8ea 100644 (file)
@@ -1,5 +1,5 @@
 /* This file contains the list of the debug counter for GCC.
-   Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2007, 2008, 2010 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -71,7 +71,7 @@ along with GCC; see the file COPYING3.  If not see
    assuming that the following script is called binarySearch,
    the command:
 
-       binarySearch tryTest 
+       binarySearch tryTest
 
    will automatically find the highest value of the counter for which
    the program fails.  If tryTest never fails, binarySearch will
@@ -82,7 +82,7 @@ along with GCC; see the file COPYING3.  If not see
    dump_file of the form:
 
        ***dbgcnt: limit reached for %s.***
-       
+
    Assuming that the dump file is logging the analysis/transformations
    it is making, this pinpoints the exact position in the log file
    where the problem transformation is being logged.
@@ -157,9 +157,12 @@ DEBUG_COUNTER (dse2)
 DEBUG_COUNTER (gcse2_delete)
 DEBUG_COUNTER (global_alloc_at_func)
 DEBUG_COUNTER (global_alloc_at_reg)
+DEBUG_COUNTER (graphite_scop)
 DEBUG_COUNTER (hoist)
+DEBUG_COUNTER (hoist_insn)
 DEBUG_COUNTER (ia64_sched2)
 DEBUG_COUNTER (if_conversion)
+DEBUG_COUNTER (if_conversion_tree)
 DEBUG_COUNTER (if_after_combine)
 DEBUG_COUNTER (if_after_reload)
 DEBUG_COUNTER (local_alloc_for_sched)
@@ -167,6 +170,8 @@ 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 (sched2_func)
 DEBUG_COUNTER (sched_block)
 DEBUG_COUNTER (sched_func)