Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDloop-unroll.c480 sbitmap wont_exit; in peel_loop_completely() local
493 wont_exit = sbitmap_alloc (npeel + 1); in peel_loop_completely()
494 sbitmap_ones (wont_exit); in peel_loop_completely()
495 RESET_BIT (wont_exit, 0); in peel_loop_completely()
497 RESET_BIT (wont_exit, 1); in peel_loop_completely()
508 wont_exit, desc->out_edge, in peel_loop_completely()
516 free (wont_exit); in peel_loop_completely()
665 sbitmap wont_exit; in unroll_loop_constant_iterations() local
681 wont_exit = sbitmap_alloc (max_unroll + 1); in unroll_loop_constant_iterations()
682 sbitmap_ones (wont_exit); in unroll_loop_constant_iterations()
[all …]
HDtree-ssa-loop-ivcanon.c226 sbitmap wont_exit; in try_unroll_loop_completely() local
235 wont_exit = sbitmap_alloc (n_unroll + 1); in try_unroll_loop_completely()
236 sbitmap_ones (wont_exit); in try_unroll_loop_completely()
237 RESET_BIT (wont_exit, 0); in try_unroll_loop_completely()
240 loops, n_unroll, wont_exit, in try_unroll_loop_completely()
249 free (wont_exit); in try_unroll_loop_completely()
253 free (wont_exit); in try_unroll_loop_completely()
HDtree-ssa-loop-manip.c594 unsigned int ndupl, sbitmap wont_exit, in tree_duplicate_loop_to_header_edge() argument
610 if (!duplicate_loop_to_header_edge (loop, e, loops, ndupl, wont_exit, in tree_duplicate_loop_to_header_edge()
856 sbitmap wont_exit; in tree_unroll_loop() local
883 wont_exit = sbitmap_alloc (factor); in tree_unroll_loop()
884 sbitmap_ones (wont_exit); in tree_unroll_loop()
887 wont_exit, NULL, NULL, NULL, DLTHE_FLAG_UPDATE_FREQ); in tree_unroll_loop()
888 free (wont_exit); in tree_unroll_loop()
HDcfghooks.h117 sbitmap wont_exit,
169 sbitmap wont_exit,
HDcfgloopmanip.c785 unsigned int ndupl, sbitmap wont_exit, in duplicate_loop_to_header_edge() argument
858 scale_step[i - 1] = TEST_BIT (wont_exit, i) in duplicate_loop_to_header_edge()
885 prob_pass_main = TEST_BIT (wont_exit, 0) in duplicate_loop_to_header_edge()
936 if (orig && TEST_BIT (wont_exit, 0)) in duplicate_loop_to_header_edge()
1002 if (orig && TEST_BIT (wont_exit, j + 1)) in duplicate_loop_to_header_edge()
HDcfghooks.c849 sbitmap wont_exit, edge orig, in cfg_hook_duplicate_loop_to_header_edge() argument
855 ndupl, wont_exit, in cfg_hook_duplicate_loop_to_header_edge()