Home
last modified time | relevance | path

Searched refs:scev_info_hasher (Results 1 – 25 of 55) sorted by relevance

123

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-scalar-evolution.c317 struct scev_info_hasher : ggc_ptr_hash<scev_info_str> struct
323 static GTY (()) hash_table<scev_info_hasher> *scalar_evolution_info;
344 scev_info_hasher::hash (scev_info_str *elt) in hash()
352 scev_info_hasher::equal (const scev_info_str *elt1, const scev_info_str *elt2) in equal()
2264 return scev_info_hasher::hash (&global_cache->entries[idx]); in hash_idx_scev_info()
2273 return scev_info_hasher::equal (&global_cache->entries[idx1], in eq_idx_scev_info()
2293 scev_info_hasher::hash (&e), INSERT); in get_instantiated_value_entry()
3202 hash_table<scev_info_hasher>::iterator iter; in gather_stats_on_scev_database()
3236 scalar_evolution_info = hash_table<scev_info_hasher>::create_ggc (100); in scev_initialize()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-scalar-evolution.c306 struct scev_info_hasher : ggc_ptr_hash<scev_info_str> struct
312 static GTY (()) hash_table<scev_info_hasher> *scalar_evolution_info;
333 scev_info_hasher::hash (scev_info_str *elt) in hash()
341 scev_info_hasher::equal (const scev_info_str *elt1, const scev_info_str *elt2) in equal()
2164 return scev_info_hasher::hash (&global_cache->entries[idx]); in hash_idx_scev_info()
2173 return scev_info_hasher::equal (&global_cache->entries[idx1], in eq_idx_scev_info()
2193 scev_info_hasher::hash (&e), INSERT); in get_instantiated_value_entry()
2965 hash_table<scev_info_hasher>::iterator iter; in gather_stats_on_scev_database()
2982 scalar_evolution_info = hash_table<scev_info_hasher>::create_ggc (100); in scev_initialize()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-scalar-evolution.c306 struct scev_info_hasher : ggc_ptr_hash<scev_info_str> struct
312 static GTY (()) hash_table<scev_info_hasher> *scalar_evolution_info;
333 scev_info_hasher::hash (scev_info_str *elt) in hash()
341 scev_info_hasher::equal (const scev_info_str *elt1, const scev_info_str *elt2) in equal()
2164 return scev_info_hasher::hash (&global_cache->entries[idx]); in hash_idx_scev_info()
2173 return scev_info_hasher::equal (&global_cache->entries[idx1], in eq_idx_scev_info()
2193 scev_info_hasher::hash (&e), INSERT); in get_instantiated_value_entry()
2965 hash_table<scev_info_hasher>::iterator iter; in gather_stats_on_scev_database()
2984 scalar_evolution_info = hash_table<scev_info_hasher>::create_ggc (100); in scev_initialize()
H A DChangeLog-201331619 * tree-scalar-evolution.c (scev_info_hasher): Remove.
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-scalar-evolution.c318 struct scev_info_hasher : ggc_ptr_hash<scev_info_str> struct
324 static GTY (()) hash_table<scev_info_hasher> *scalar_evolution_info;
345 scev_info_hasher::hash (scev_info_str *elt) in hash()
353 scev_info_hasher::equal (const scev_info_str *elt1, const scev_info_str *elt2) in equal()
2268 return scev_info_hasher::hash (&global_cache->entries[idx]); in hash_idx_scev_info()
2277 return scev_info_hasher::equal (&global_cache->entries[idx1], in eq_idx_scev_info()
2297 scev_info_hasher::hash (&e), INSERT); in get_instantiated_value_entry()
3061 hash_table<scev_info_hasher>::iterator iter; in gather_stats_on_scev_database()
3097 scalar_evolution_info = hash_table<scev_info_hasher>::create_ggc (100); in scev_initialize()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-scalar-evolution.c306 struct scev_info_hasher : ggc_ptr_hash<scev_info_str> struct
312 static GTY (()) hash_table<scev_info_hasher> *scalar_evolution_info;
333 scev_info_hasher::hash (scev_info_str *elt) in hash()
341 scev_info_hasher::equal (const scev_info_str *elt1, const scev_info_str *elt2) in equal()
2164 return scev_info_hasher::hash (&global_cache->entries[idx]); in hash_idx_scev_info()
2173 return scev_info_hasher::equal (&global_cache->entries[idx1], in eq_idx_scev_info()
2193 scev_info_hasher::hash (&e), INSERT); in get_instantiated_value_entry()
2965 hash_table<scev_info_hasher>::iterator iter; in gather_stats_on_scev_database()
2984 scalar_evolution_info = hash_table<scev_info_hasher>::create_ggc (100); in scev_initialize()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-scalar-evolution.c318 struct scev_info_hasher : ggc_ptr_hash<scev_info_str> struct
324 static GTY (()) hash_table<scev_info_hasher> *scalar_evolution_info;
345 scev_info_hasher::hash (scev_info_str *elt) in hash()
353 scev_info_hasher::equal (const scev_info_str *elt1, const scev_info_str *elt2) in equal()
2268 return scev_info_hasher::hash (&global_cache->entries[idx]); in hash_idx_scev_info()
2277 return scev_info_hasher::equal (&global_cache->entries[idx1], in eq_idx_scev_info()
2297 scev_info_hasher::hash (&e), INSERT); in get_instantiated_value_entry()
3061 hash_table<scev_info_hasher>::iterator iter; in gather_stats_on_scev_database()
3097 scalar_evolution_info = hash_table<scev_info_hasher>::create_ggc (100); in scev_initialize()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-scalar-evolution.c318 struct scev_info_hasher : ggc_ptr_hash<scev_info_str> struct
324 static GTY (()) hash_table<scev_info_hasher> *scalar_evolution_info;
345 scev_info_hasher::hash (scev_info_str *elt) in hash()
353 scev_info_hasher::equal (const scev_info_str *elt1, const scev_info_str *elt2) in equal()
2268 return scev_info_hasher::hash (&global_cache->entries[idx]); in hash_idx_scev_info()
2277 return scev_info_hasher::equal (&global_cache->entries[idx1], in eq_idx_scev_info()
2297 scev_info_hasher::hash (&e), INSERT); in get_instantiated_value_entry()
3061 hash_table<scev_info_hasher>::iterator iter; in gather_stats_on_scev_database()
3097 scalar_evolution_info = hash_table<scev_info_hasher>::create_ggc (100); in scev_initialize()
H A DChangeLog-201331619 * tree-scalar-evolution.c (scev_info_hasher): Remove.
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-scalar-evolution.c322 struct scev_info_hasher : ggc_ptr_hash<scev_info_str> struct
328 static GTY (()) hash_table<scev_info_hasher> *scalar_evolution_info;
349 scev_info_hasher::hash (scev_info_str *elt) in hash()
357 scev_info_hasher::equal (const scev_info_str *elt1, const scev_info_str *elt2) in equal()
2291 return scev_info_hasher::hash (&global_cache->entries[idx]); in hash_idx_scev_info()
2300 return scev_info_hasher::equal (&global_cache->entries[idx1], in eq_idx_scev_info()
2320 scev_info_hasher::hash (&e), INSERT); in get_instantiated_value_entry()
3092 hash_table<scev_info_hasher>::iterator iter; in gather_stats_on_scev_database()
3128 scalar_evolution_info = hash_table<scev_info_hasher>::create_ggc (100); in scev_initialize()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-scalar-evolution.c318 struct scev_info_hasher : ggc_ptr_hash<scev_info_str> struct
324 static GTY (()) hash_table<scev_info_hasher> *scalar_evolution_info;
345 scev_info_hasher::hash (scev_info_str *elt) in hash()
353 scev_info_hasher::equal (const scev_info_str *elt1, const scev_info_str *elt2) in equal()
2268 return scev_info_hasher::hash (&global_cache->entries[idx]); in hash_idx_scev_info()
2277 return scev_info_hasher::equal (&global_cache->entries[idx1], in eq_idx_scev_info()
2297 scev_info_hasher::hash (&e), INSERT); in get_instantiated_value_entry()
3061 hash_table<scev_info_hasher>::iterator iter; in gather_stats_on_scev_database()
3097 scalar_evolution_info = hash_table<scev_info_hasher>::create_ggc (100); in scev_initialize()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-scalar-evolution.c318 struct scev_info_hasher : ggc_ptr_hash<scev_info_str> struct
324 static GTY (()) hash_table<scev_info_hasher> *scalar_evolution_info;
345 scev_info_hasher::hash (scev_info_str *elt) in hash()
353 scev_info_hasher::equal (const scev_info_str *elt1, const scev_info_str *elt2) in equal()
2268 return scev_info_hasher::hash (&global_cache->entries[idx]); in hash_idx_scev_info()
2277 return scev_info_hasher::equal (&global_cache->entries[idx1], in eq_idx_scev_info()
2297 scev_info_hasher::hash (&e), INSERT); in get_instantiated_value_entry()
3061 hash_table<scev_info_hasher>::iterator iter; in gather_stats_on_scev_database()
3097 scalar_evolution_info = hash_table<scev_info_hasher>::create_ggc (100); in scev_initialize()
H A DChangeLog-201331619 * tree-scalar-evolution.c (scev_info_hasher): Remove.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-scalar-evolution.c306 struct scev_info_hasher : ggc_ptr_hash<scev_info_str> struct
312 static GTY (()) hash_table<scev_info_hasher> *scalar_evolution_info;
333 scev_info_hasher::hash (scev_info_str *elt) in hash()
341 scev_info_hasher::equal (const scev_info_str *elt1, const scev_info_str *elt2) in equal()
2164 return scev_info_hasher::hash (&global_cache->entries[idx]); in hash_idx_scev_info()
2173 return scev_info_hasher::equal (&global_cache->entries[idx1], in eq_idx_scev_info()
2193 scev_info_hasher::hash (&e), INSERT); in get_instantiated_value_entry()
2965 hash_table<scev_info_hasher>::iterator iter; in gather_stats_on_scev_database()
2984 scalar_evolution_info = hash_table<scev_info_hasher>::create_ggc (100); in scev_initialize()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-scalar-evolution.c317 struct scev_info_hasher : ggc_ptr_hash<scev_info_str> struct
323 static GTY (()) hash_table<scev_info_hasher> *scalar_evolution_info;
344 scev_info_hasher::hash (scev_info_str *elt) in hash()
352 scev_info_hasher::equal (const scev_info_str *elt1, const scev_info_str *elt2) in equal()
2264 return scev_info_hasher::hash (&global_cache->entries[idx]); in hash_idx_scev_info()
2273 return scev_info_hasher::equal (&global_cache->entries[idx1], in eq_idx_scev_info()
2293 scev_info_hasher::hash (&e), INSERT); in get_instantiated_value_entry()
3202 hash_table<scev_info_hasher>::iterator iter; in gather_stats_on_scev_database()
3236 scalar_evolution_info = hash_table<scev_info_hasher>::create_ggc (100); in scev_initialize()
H A DChangeLog-201331619 * tree-scalar-evolution.c (scev_info_hasher): Remove.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-scalar-evolution.c306 struct scev_info_hasher : ggc_ptr_hash<scev_info_str> struct
312 static GTY (()) hash_table<scev_info_hasher> *scalar_evolution_info;
333 scev_info_hasher::hash (scev_info_str *elt) in hash()
341 scev_info_hasher::equal (const scev_info_str *elt1, const scev_info_str *elt2) in equal()
2164 return scev_info_hasher::hash (&global_cache->entries[idx]); in hash_idx_scev_info()
2173 return scev_info_hasher::equal (&global_cache->entries[idx1], in eq_idx_scev_info()
2193 scev_info_hasher::hash (&e), INSERT); in get_instantiated_value_entry()
2965 hash_table<scev_info_hasher>::iterator iter; in gather_stats_on_scev_database()
2984 scalar_evolution_info = hash_table<scev_info_hasher>::create_ggc (100); in scev_initialize()
H A DChangeLog-201331619 * tree-scalar-evolution.c (scev_info_hasher): Remove.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-scalar-evolution.c318 struct scev_info_hasher : ggc_ptr_hash<scev_info_str> struct
324 static GTY (()) hash_table<scev_info_hasher> *scalar_evolution_info;
345 scev_info_hasher::hash (scev_info_str *elt) in hash()
353 scev_info_hasher::equal (const scev_info_str *elt1, const scev_info_str *elt2) in equal()
2263 return scev_info_hasher::hash (&global_cache->entries[idx]); in hash_idx_scev_info()
2272 return scev_info_hasher::equal (&global_cache->entries[idx1], in eq_idx_scev_info()
2292 scev_info_hasher::hash (&e), INSERT); in get_instantiated_value_entry()
3056 hash_table<scev_info_hasher>::iterator iter; in gather_stats_on_scev_database()
3092 scalar_evolution_info = hash_table<scev_info_hasher>::create_ggc (100); in scev_initialize()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-scalar-evolution.c306 struct scev_info_hasher : ggc_ptr_hash<scev_info_str> struct
312 static GTY (()) hash_table<scev_info_hasher> *scalar_evolution_info;
333 scev_info_hasher::hash (scev_info_str *elt) in hash()
341 scev_info_hasher::equal (const scev_info_str *elt1, const scev_info_str *elt2) in equal()
2164 return scev_info_hasher::hash (&global_cache->entries[idx]); in hash_idx_scev_info()
2173 return scev_info_hasher::equal (&global_cache->entries[idx1], in eq_idx_scev_info()
2193 scev_info_hasher::hash (&e), INSERT); in get_instantiated_value_entry()
2965 hash_table<scev_info_hasher>::iterator iter; in gather_stats_on_scev_database()
2984 scalar_evolution_info = hash_table<scev_info_hasher>::create_ggc (100); in scev_initialize()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-scalar-evolution.c306 struct scev_info_hasher : ggc_ptr_hash<scev_info_str>
312 static GTY (()) hash_table<scev_info_hasher> *scalar_evolution_info;
333 scev_info_hasher::hash (scev_info_str *elt)
341 scev_info_hasher::equal (const scev_info_str *elt1, const scev_info_str *elt2)
2164 return scev_info_hasher::hash (&global_cache->entries[idx]);
2173 return scev_info_hasher::equal (&global_cache->entries[idx1],
2193 scev_info_hasher::hash (&e), INSERT);
2965 hash_table<scev_info_hasher>::iterator iter;
2984 scalar_evolution_info = hash_table<scev_info_hasher>::create_ggc (100);
H A DChangeLog-201331619 * tree-scalar-evolution.c (scev_info_hasher): Remove.
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-scalar-evolution.c322 struct scev_info_hasher : ggc_ptr_hash<scev_info_str> struct
328 static GTY (()) hash_table<scev_info_hasher> *scalar_evolution_info;
349 scev_info_hasher::hash (scev_info_str *elt) in hash()
357 scev_info_hasher::equal (const scev_info_str *elt1, const scev_info_str *elt2) in equal()
2291 return scev_info_hasher::hash (&global_cache->entries[idx]); in hash_idx_scev_info()
2300 return scev_info_hasher::equal (&global_cache->entries[idx1], in eq_idx_scev_info()
2320 scev_info_hasher::hash (&e), INSERT); in get_instantiated_value_entry()
3092 hash_table<scev_info_hasher>::iterator iter; in gather_stats_on_scev_database()
3128 scalar_evolution_info = hash_table<scev_info_hasher>::create_ggc (100); in scev_initialize()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-scalar-evolution.c322 struct scev_info_hasher : ggc_ptr_hash<scev_info_str> struct
328 static GTY (()) hash_table<scev_info_hasher> *scalar_evolution_info;
349 scev_info_hasher::hash (scev_info_str *elt) in hash()
357 scev_info_hasher::equal (const scev_info_str *elt1, const scev_info_str *elt2) in equal()
2291 return scev_info_hasher::hash (&global_cache->entries[idx]); in hash_idx_scev_info()
2300 return scev_info_hasher::equal (&global_cache->entries[idx1], in eq_idx_scev_info()
2320 scev_info_hasher::hash (&e), INSERT); in get_instantiated_value_entry()
3092 hash_table<scev_info_hasher>::iterator iter; in gather_stats_on_scev_database()
3128 scalar_evolution_info = hash_table<scev_info_hasher>::create_ggc (100); in scev_initialize()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A DChangeLog-201331619 * tree-scalar-evolution.c (scev_info_hasher): Remove.

123