Home
last modified time | relevance | path

Searched refs:bitmap_and_compl_into (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Ddf-problems.c653 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()
Dbitmap.h114 extern bool bitmap_and_compl_into (bitmap, bitmap);
Dtree-sra.c1537 bitmap_and_compl_into (sra_candidates, &done_head); in decide_instantiations()
1538 bitmap_and_compl_into (needs_copy_in, &done_head); in decide_instantiations()
Dbasic-block.h62 #define AND_COMPL_REG_SET(TO, FROM) bitmap_and_compl_into (TO, FROM)
Dipa-reference.c946 bitmap_and_compl_into (all_module_statics, in static_execute()
Dtree-into-ssa.c853 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()
Dbitmap.c807 bitmap_and_compl_into (bitmap a, bitmap b) in bitmap_and_compl_into() function
Dtree-ssa-pre.c639 bitmap_and_compl_into (dest->values, orig->values); in bitmap_set_and_compl()
2014 bitmap_and_compl_into (RVUSE_GEN (bb), repbit); in compute_rvuse_and_antic_safe()
Dflow.c1378 |= bitmap_and_compl_into in calculate_global_regs_live()
1382 |= bitmap_and_compl_into in calculate_global_regs_live()
Dtree-ssa-loop-ivopts.c4296 bitmap_and_compl_into (use->related_cands, to_clear); in determine_use_iv_costs()
DChangeLog-20046210 bitmap_and_compl_into, bitmap_ior, bitmap_ior_into, bitmap_xor,
6215 bitmap_and_compl_into, bitmap_ior, bitmap_ior_into, bitmap_xor,
6660 bitmap_and_compl_into, bitmap_ior, bitmap_iot_into,
6994 bitmap_and_compl_into, bitmap_ior, bitmap_ior_into,
DChangeLog-200512317 bitmap_and_compl_into, bitmap_xor, bitmap_xor_into): Removed "a !=
31826 * bitmap.h (bitmap_and_compl_into): Return bool.
31827 * bitmap.c (bitmap_and_compl_into): Return changed flag.