Home
last modified time | relevance | path

Searched refs:wont_exit (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dloop-unroll.cc498 auto_sbitmap wont_exit (max_unroll + 2); in unroll_loop_constant_iterations() local
499 bitmap_ones (wont_exit); in unroll_loop_constant_iterations()
516 bitmap_clear_bit (wont_exit, 0); in unroll_loop_constant_iterations()
518 bitmap_clear_bit (wont_exit, 1); in unroll_loop_constant_iterations()
524 loop, loop_preheader_edge (loop), exit_mod, wont_exit, in unroll_loop_constant_iterations()
548 bitmap_set_bit (wont_exit, 1); in unroll_loop_constant_iterations()
564 bitmap_clear_bit (wont_exit, 0); in unroll_loop_constant_iterations()
566 bitmap_clear_bit (wont_exit, 1); in unroll_loop_constant_iterations()
570 loop, loop_preheader_edge (loop), exit_mod + 1, wont_exit, in unroll_loop_constant_iterations()
593 bitmap_set_bit (wont_exit, 0); in unroll_loop_constant_iterations()
[all …]
Dtree-ssa-loop-ivcanon.cc892 auto_sbitmap wont_exit (n_unroll + 1); in try_unroll_loop_completely() local
897 bitmap_ones (wont_exit); in try_unroll_loop_completely()
900 bitmap_clear_bit (wont_exit, 0); in try_unroll_loop_completely()
905 bitmap_clear (wont_exit); in try_unroll_loop_completely()
908 bitmap_clear_bit (wont_exit, 1); in try_unroll_loop_completely()
911 loop, loop_preheader_edge (loop), n_unroll, wont_exit, exit, in try_unroll_loop_completely()
1085 auto_sbitmap wont_exit (npeel + 1); in try_peel_loop() local
1090 bitmap_ones (wont_exit); in try_peel_loop()
1091 bitmap_clear_bit (wont_exit, 0); in try_peel_loop()
1096 bitmap_clear (wont_exit); in try_peel_loop()
[all …]
Dtree-ssa-loop-manip.cc926 sbitmap wont_exit, edge orig, in gimple_duplicate_loop_body_to_header_edge() argument
937 if (!duplicate_loop_body_to_header_edge (loop, e, ndupl, wont_exit, orig, in gimple_duplicate_loop_body_to_header_edge()
1386 auto_sbitmap wont_exit (factor); in tree_transform_and_unroll_loop() local
1387 bitmap_ones (wont_exit); in tree_transform_and_unroll_loop()
1388 bitmap_clear_bit (wont_exit, factor - 1); in tree_transform_and_unroll_loop()
1393 factor - 1, wont_exit, in tree_transform_and_unroll_loop()
Dcfgloopmanip.cc1063 unsigned int ndupl, sbitmap wont_exit, in duplicate_loop_body_to_header_edge() argument
1154 scale_step[i - 1] = bitmap_bit_p (wont_exit, i) in duplicate_loop_body_to_header_edge()
1182 profile_probability prob_pass_main = bitmap_bit_p (wont_exit, 0) in duplicate_loop_body_to_header_edge()
1289 if (orig && bitmap_bit_p (wont_exit, j + 1)) in duplicate_loop_body_to_header_edge()
1323 if (orig && bitmap_bit_p (wont_exit, 0)) in duplicate_loop_body_to_header_edge()
Dcfghooks.h258 sbitmap wont_exit, edge orig,
Dcfghooks.cc1255 sbitmap wont_exit, edge orig, in cfg_hook_duplicate_loop_body_to_header_edge() argument
1260 loop, e, ndupl, wont_exit, orig, to_remove, flags); in cfg_hook_duplicate_loop_body_to_header_edge()
DChangeLog-201622502 * tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit