Searched refs:compute_local_properties (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gcse.c | 444 static void compute_local_properties (sbitmap *, sbitmap *, sbitmap *, 634 compute_local_properties (sbitmap *transp, sbitmap *comp, sbitmap *antloc, in compute_local_properties() function 1970 compute_local_properties (transp, comp, antloc, &expr_hash_table); in compute_pre_data() 2835 compute_local_properties (transp, comp, antloc, &expr_hash_table); in compute_code_hoist_data()
|
H A D | cprop.c | 598 compute_local_properties (sbitmap *kill, sbitmap *comp, in compute_local_properties() function 650 compute_local_properties (cprop_kill, cprop_avloc, &set_hash_table); in compute_cprop_data()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gcse.c | 471 static void compute_local_properties (sbitmap *, sbitmap *, sbitmap *, 667 compute_local_properties (sbitmap *transp, sbitmap *comp, sbitmap *antloc, in compute_local_properties() function 1865 compute_local_properties (transp, comp, antloc, &expr_hash_table); in compute_pre_data() 2796 compute_local_properties (transp, comp, antloc, &expr_hash_table); in compute_code_hoist_data()
|
H A D | cprop.c | 591 compute_local_properties (sbitmap *kill, sbitmap *comp, in compute_local_properties() function 643 compute_local_properties (cprop_kill, cprop_avloc, &set_hash_table); in compute_cprop_data()
|