Searched refs:set_hash_table (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dgcse.c363 static struct hash_table set_hash_table;
2579 compute_local_properties (cprop_absaltered, cprop_pavloc, NULL, &set_hash_table);
2732 struct expr *set = lookup_set (regno, &set_hash_table);
3417 alloc_hash_table (max_cuid, &set_hash_table, 1);
3418 compute_hash_table (&set_hash_table);
3425 dump_hash_table (dump_file, "SET", &set_hash_table);
3426 if (set_hash_table.n_elems > 0)
3428 alloc_cprop_mem (last_basic_block, set_hash_table.n_elems);
3436 free_hash_table (&set_hash_table);
3476 struct expr *set = lookup_set (regno, &set_hash_table);
362 static struct hash_table set_hash_table; variable in typeref:struct:hash_table
[all...]

Completed in 260 milliseconds