Searched refs:alloc_hash_table (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | gcse.c | 585 static void alloc_hash_table PARAMS ((int, struct hash_table *, int)); 2567 alloc_hash_table (n_insns, table, set_p) in alloc_hash_table() function 3637 alloc_hash_table (max_cuid, &expr_hash_table, 0); 4564 alloc_hash_table (max_cuid, &set_hash_table, 1); 5596 alloc_hash_table (max_cuid, &expr_hash_table, 0); 6365 alloc_hash_table (max_cuid, &expr_hash_table, 0); in one_code_hoisting_pass()
|
| H A D | ChangeLog | 17190 (alloc_hash_table): New.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | gcse.c | 547 static void alloc_hash_table (int, struct hash_table *, int); 2108 alloc_hash_table (int n_insns, struct hash_table *table, int set_p) in alloc_hash_table() function 3405 alloc_hash_table (max_cuid, &set_hash_table, 1); in one_cprop_pass() 4540 alloc_hash_table (max_cuid, &expr_hash_table, 0); in one_pre_gcse_pass() 4987 alloc_hash_table (max_cuid, &expr_hash_table, 0); in one_code_hoisting_pass()
|