Searched refs:pruned_idf (Results 1 – 2 of 2) sorted by relevance
/dragonfly/contrib/gcc-4.7/gcc/ |
H A D | tree-into-ssa.c | 3119 bitmap idf, pruned_idf; in insert_updated_phi_nodes_for() local 3137 pruned_idf = BITMAP_ALLOC (NULL); in insert_updated_phi_nodes_for() 3152 bitmap_set_bit (pruned_idf, i); in insert_updated_phi_nodes_for() 3158 bitmap_copy (pruned_idf, idf); in insert_updated_phi_nodes_for() 3166 bitmap_copy (pruned_idf, idf); in insert_updated_phi_nodes_for() 3169 if (!bitmap_empty_p (pruned_idf)) in insert_updated_phi_nodes_for() 3178 bitmap_ior_into (blocks, pruned_idf); in insert_updated_phi_nodes_for() 3179 EXECUTE_IF_SET_IN_BITMAP (pruned_idf, 0, i, bi) in insert_updated_phi_nodes_for() 3190 insert_phi_nodes_for (var, pruned_idf, true); in insert_updated_phi_nodes_for() 3193 BITMAP_FREE (pruned_idf); in insert_updated_phi_nodes_for()
|
/dragonfly/contrib/gcc-8.0/gcc/ |
H A D | tree-into-ssa.c | 3096 bitmap idf, pruned_idf; in insert_updated_phi_nodes_for() local 3114 pruned_idf = BITMAP_ALLOC (NULL); in insert_updated_phi_nodes_for() 3130 bitmap_set_bit (pruned_idf, i); in insert_updated_phi_nodes_for() 3136 bitmap_copy (pruned_idf, idf); in insert_updated_phi_nodes_for() 3144 bitmap_copy (pruned_idf, idf); in insert_updated_phi_nodes_for() 3147 if (!bitmap_empty_p (pruned_idf)) in insert_updated_phi_nodes_for() 3156 bitmap_ior_into (blocks, pruned_idf); in insert_updated_phi_nodes_for() 3157 EXECUTE_IF_SET_IN_BITMAP (pruned_idf, 0, i, bi) in insert_updated_phi_nodes_for() 3168 insert_phi_nodes_for (var, pruned_idf, true); in insert_updated_phi_nodes_for() 3171 BITMAP_FREE (pruned_idf); in insert_updated_phi_nodes_for()
|