Home
last modified time | relevance | path

Searched refs:alloc_hash_table (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcse.c467 static void alloc_hash_table (struct gcse_hash_table_d *);
1562 alloc_hash_table (struct gcse_hash_table_d *table) in alloc_hash_table() function
2606 alloc_hash_table (&expr_hash_table); in one_pre_gcse_pass()
3548 alloc_hash_table (&expr_hash_table); in one_code_hoisting_pass()
H A Dcprop.c439 alloc_hash_table (struct hash_table_d *table) in alloc_hash_table() function
1805 alloc_hash_table (&set_hash_table); in one_cprop_pass()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcse.cc467 static void alloc_hash_table (struct gcse_hash_table_d *);
1562 alloc_hash_table (struct gcse_hash_table_d *table) in alloc_hash_table() function
2588 alloc_hash_table (&expr_hash_table); in one_pre_gcse_pass()
3527 alloc_hash_table (&expr_hash_table); in one_code_hoisting_pass()
H A Dcprop.cc440 alloc_hash_table (struct hash_table_d *table) in alloc_hash_table() function
1803 alloc_hash_table (&set_hash_table); in one_cprop_pass()
H A DChangeLog-201131514 (alloc_hash_table): Use XNEWVAR instead of GNEWVAR.
33124 (hash_scan_set, compute_hash_table_work, alloc_hash_table,): Likewise.
H A DChangeLog-200815672 dump_hash_table, compute_hash_table_work, alloc_hash_table,
H A DChangeLog-200911471 * gcse.c (alloc_hash_table): Estimate n_insns.
H A DChangeLog-200211482 (alloc_hash_table): New.