Searched refs:compute_local_properties (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | gcse.c | 563 static void compute_local_properties (sbitmap *, sbitmap *, sbitmap *, 1009 compute_local_properties (sbitmap *transp, sbitmap *comp, sbitmap *antloc, in compute_local_properties() function 2568 compute_local_properties (cprop_absaltered, cprop_pavloc, NULL, &set_hash_table); in compute_cprop_data() 3819 compute_local_properties (transp, comp, antloc, &expr_hash_table); in compute_pre_data() 4752 compute_local_properties (transp, comp, antloc, &expr_hash_table); in compute_code_hoist_data()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | gcse.c | 603 static void compute_local_properties PARAMS ((sbitmap *, sbitmap *, sbitmap *, 1124 compute_local_properties (transp, comp, antloc, table) in compute_local_properties() function 3848 compute_local_properties (cprop_absaltered, cprop_pavloc, NULL, &set_hash_table); in compute_cprop_data() 4930 compute_local_properties (transp, comp, antloc, &expr_hash_table); in compute_pre_data() 6122 compute_local_properties (transp, comp, antloc, &expr_hash_table); in compute_code_hoist_data()
|
H A D | ChangeLog.1 | 984 * gcse.c (compute_local_properties): If setp is nonzero, clear 3537 (compute_pre_data): Use compute_local_properties instead of 3550 (compute_local_properties): New function. 3552 (compute_cprop_data): Use compute_local_properties.
|
H A D | ChangeLog.7 | 5267 * gcse.c (gcse_main, alloc_gcse_mem, compute_local_properties, 7248 (gcse_main, alloc_gcse_mem, compute_local_properties, compute_sets,
|
H A D | ChangeLog.3 | 7065 (compute_local_properties): Likewise, also hash_table_size.
|
H A D | ChangeLog | 17187 dump_hash_table, lookup_expr, lookup_set, compute_local_properties,
|