| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-loop-ch.cc | 564 bitmap exit_bbs = BITMAP_ALLOC (NULL); in copy_headers() local 566 bitmap_set_bit (exit_bbs, exit_edges[j]->dest->index); in copy_headers() 567 bitmap_set_bit (exit_bbs, loop->header->index); in copy_headers() 568 do_rpo_vn (cfun, entry, exit_bbs); in copy_headers() 569 BITMAP_FREE (exit_bbs); in copy_headers()
|
| D | gimple-loop-jam.cc | 601 auto_bitmap exit_bbs; in tree_loop_unroll_and_jam() local 602 bitmap_set_bit (exit_bbs, single_exit (outer)->dest->index); in tree_loop_unroll_and_jam() 603 todo |= do_rpo_vn (cfun, loop_preheader_edge (outer), exit_bbs); in tree_loop_unroll_and_jam()
|
| D | cfganal.cc | 1165 bitmap exit_bbs, bool for_iteration, in rev_post_order_and_mark_dfs_back_seme() argument 1204 if (bitmap_bit_p (exit_bbs, ei_edge (ei)->dest->index)) in rev_post_order_and_mark_dfs_back_seme() 1289 if (bitmap_bit_p (exit_bbs, e->dest->index)) in rev_post_order_and_mark_dfs_back_seme() 1405 if (!bitmap_bit_p (exit_bbs, EDGE_SUCC (dest, i)->dest->index)) in rev_post_order_and_mark_dfs_back_seme() 1439 if (!bitmap_bit_p (exit_bbs, EDGE_SUCC (dest, i)->dest->index)) in rev_post_order_and_mark_dfs_back_seme()
|
| D | tree-ssa-loop-ivcanon.cc | 1479 bitmap exit_bbs = BITMAP_ALLOC (NULL); in tree_unroll_loops_completely() local 1483 bitmap_set_bit (exit_bbs, exit->e->dest->index); in tree_unroll_loops_completely() 1486 do_rpo_vn (cfun, loop_preheader_edge (father), exit_bbs); in tree_unroll_loops_completely()
|
| D | tree-if-conv.cc | 3290 bitmap exit_bbs; in tree_if_conversion() local 3380 exit_bbs = BITMAP_ALLOC (NULL); in tree_if_conversion() 3381 bitmap_set_bit (exit_bbs, single_exit (loop)->dest->index); in tree_if_conversion() 3382 bitmap_set_bit (exit_bbs, loop->latch->index); in tree_if_conversion() 3390 todo |= do_rpo_vn (cfun, loop_preheader_edge (loop), exit_bbs); in tree_if_conversion() 3394 BITMAP_FREE (exit_bbs); in tree_if_conversion()
|
| D | tree-vectorizer.cc | 1357 auto_bitmap exit_bbs; in execute() local 1362 bitmap_set_bit (exit_bbs, single_exit (loop)->dest->index); in execute() 1365 do_rpo_vn (fun, entry, exit_bbs); in execute()
|
| D | tree-ssa-sccvn.cc | 7116 do_rpo_vn (function *fn, edge entry, bitmap exit_bbs, 7405 bool do_region, bitmap exit_bbs, bool skip_phis) in process_bb() argument 7609 && bitmap_bit_p (exit_bbs, true_e->dest->index)) in process_bb() 7612 && bitmap_bit_p (exit_bbs, false_e->dest->index)) in process_bb() 7821 do_rpo_vn (function *fn, edge entry, bitmap exit_bbs, in do_rpo_vn() argument 7837 exit_bbs = BITMAP_ALLOC (NULL); in do_rpo_vn() 7838 bitmap_set_bit (exit_bbs, EXIT_BLOCK); in do_rpo_vn() 7851 (fn, entry, exit_bbs, true, rpo, !iterate ? &toplevel_scc_extents : NULL); in do_rpo_vn() 7854 BITMAP_FREE (exit_bbs); in do_rpo_vn() 8038 iterate, eliminate, do_region, exit_bbs, false); in do_rpo_vn() [all …]
|
| D | tree-loop-distribution.cc | 3231 bitmap exit_bbs = BITMAP_ALLOC (NULL); in bb_top_order_init() local 3237 bitmap_set_bit (exit_bbs, EXIT_BLOCK); in bb_top_order_init() 3238 rpo_num = rev_post_order_and_mark_dfs_back_seme (cfun, entry, exit_bbs, true, in bb_top_order_init() 3240 BITMAP_FREE (exit_bbs); in bb_top_order_init()
|
| D | var-tracking.cc | 7086 auto_bitmap exit_bbs; in vt_find_locations() local 7087 bitmap_set_bit (exit_bbs, EXIT_BLOCK); in vt_find_locations() 7090 (cfun, single_succ_edge (ENTRY_BLOCK_PTR_FOR_FN (cfun)), exit_bbs, true, in vt_find_locations()
|