Searched refs:bitmap_and_compl_into (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | df-problems.c | 653 bitmap_and_compl_into (tmp, dense_invalidated); in df_ru_confluence_n() 697 bitmap_and_compl_into (tmp, kill); in df_ru_transfer_function() 1034 bitmap_and_compl_into (bb_info->gen, defs); in df_rd_bb_local_compute_process_def() 1177 bitmap_and_compl_into (tmp, dense_invalidated); in df_rd_confluence_n() 1221 bitmap_and_compl_into (tmp, kill); in df_rd_transfer_function() 3691 bitmap_and_compl_into (live, local_processed); in df_ri_bb_compute()
|
H A D | bitmap.h | 114 extern bool bitmap_and_compl_into (bitmap, bitmap);
|
H A D | tree-sra.c | 1537 bitmap_and_compl_into (sra_candidates, &done_head); in decide_instantiations() 1538 bitmap_and_compl_into (needs_copy_in, &done_head); in decide_instantiations()
|
H A D | basic-block.h | 62 #define AND_COMPL_REG_SET(TO, FROM) bitmap_and_compl_into (TO, FROM)
|
H A D | ipa-reference.c | 946 bitmap_and_compl_into (all_module_statics, in static_execute()
|
H A D | tree-into-ssa.c | 853 bitmap_and_compl_into (phis, to_remove); in prune_unused_phi_nodes() 1142 bitmap_and_compl_into (phi_insertion_points, def_map->phi_blocks); in insert_phi_nodes_for()
|
H A D | bitmap.c | 807 bitmap_and_compl_into (bitmap a, bitmap b) in bitmap_and_compl_into() function
|
H A D | tree-ssa-pre.c | 639 bitmap_and_compl_into (dest->values, orig->values); in bitmap_set_and_compl() 1997 bitmap_and_compl_into (RVUSE_GEN (bb), repbit); in compute_rvuse_and_antic_safe()
|
H A D | flow.c | 1378 |= bitmap_and_compl_into in calculate_global_regs_live() 1382 |= bitmap_and_compl_into in calculate_global_regs_live()
|
H A D | tree-ssa-loop-ivopts.c | 4296 bitmap_and_compl_into (use->related_cands, to_clear); in determine_use_iv_costs()
|