aboutsummaryrefslogtreecommitdiff
path: root/gcc/timevar.def
diff options
context:
space:
mode:
authorMariam Arutunian <mariamarutunian@gmail.com>2022-11-11 12:24:56 +0400
committerJeff Law <jlaw@ventanamicro>2023-03-21 09:03:17 -0600
commit05690566c28fc9e97806f341e4f396b0dd38b8fd (patch)
treea45e76a7233fba27b03c2848fc2679f8d937871e /gcc/timevar.def
parent6aa1f40a3263741d964ef4716e85a0df5cec83b6 (diff)
downloadgcc-05690566c28fc9e97806f341e4f396b0dd38b8fd.zip
gcc-05690566c28fc9e97806f341e4f396b0dd38b8fd.tar.gz
gcc-05690566c28fc9e97806f341e4f396b0dd38b8fd.tar.bz2
CRC detection v1: - Added pass_crc_optimization. Detects CRC-like functions. - Added tests to check the correctness of the pass.
Diffstat (limited to 'gcc/timevar.def')
-rw-r--r--gcc/timevar.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/timevar.def b/gcc/timevar.def
index 9523598..8d28645 100644
--- a/gcc/timevar.def
+++ b/gcc/timevar.def
@@ -311,6 +311,7 @@ DEFTIMEVAR (TV_INITIALIZE_RTL , "initialize rtl")
DEFTIMEVAR (TV_GIMPLE_LADDRESS , "address lowering")
DEFTIMEVAR (TV_TREE_LOOP_IFCVT , "tree loop if-conversion")
DEFTIMEVAR (TV_WARN_ACCESS , "access analysis")
+DEFTIMEVAR (TV_GIMPLE_CRC_OPTIMIZATION, "crc optimization")
/* Everything else in rest_of_compilation not included above. */
DEFTIMEVAR (TV_EARLY_LOCAL , "early local passes")