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

/freebsd-9.3-release/contrib/gcc/
H A Dloop-unroll.c480 sbitmap wont_exit; local
493 wont_exit = sbitmap_alloc (npeel + 1);
494 sbitmap_ones (wont_exit);
495 RESET_BIT (wont_exit, 0);
497 RESET_BIT (wont_exit, 1);
508 wont_exit, desc->out_edge,
516 free (wont_exit);
665 sbitmap wont_exit; local
681 wont_exit = sbitmap_alloc (max_unroll + 1);
682 sbitmap_ones (wont_exit);
940 sbitmap wont_exit; local
1266 sbitmap wont_exit; local
1416 sbitmap wont_exit; local
[all...]
H A Dtree-ssa-loop-ivcanon.c226 sbitmap wont_exit; local
235 wont_exit = sbitmap_alloc (n_unroll + 1);
236 sbitmap_ones (wont_exit);
237 RESET_BIT (wont_exit, 0);
240 loops, n_unroll, wont_exit,
249 free (wont_exit);
253 free (wont_exit);
H A Dcfghooks.h117 sbitmap wont_exit,
169 sbitmap wont_exit,
H A Dtree-ssa-loop-manip.c594 unsigned int ndupl, sbitmap wont_exit,
610 if (!duplicate_loop_to_header_edge (loop, e, loops, ndupl, wont_exit,
856 sbitmap wont_exit; local
883 wont_exit = sbitmap_alloc (factor);
884 sbitmap_ones (wont_exit);
887 wont_exit, NULL, NULL, NULL, DLTHE_FLAG_UPDATE_FREQ);
888 free (wont_exit);
592 tree_duplicate_loop_to_header_edge(struct loop *loop, edge e, struct loops *loops, unsigned int ndupl, sbitmap wont_exit, edge orig, edge *to_remove, unsigned int *n_to_remove, int flags) argument
H A Dcfgloopmanip.c785 unsigned int ndupl, sbitmap wont_exit,
858 scale_step[i - 1] = TEST_BIT (wont_exit, i)
885 prob_pass_main = TEST_BIT (wont_exit, 0)
936 if (orig && TEST_BIT (wont_exit, 0))
1002 if (orig && TEST_BIT (wont_exit, j + 1))
784 duplicate_loop_to_header_edge(struct loop *loop, edge e, struct loops *loops, unsigned int ndupl, sbitmap wont_exit, edge orig, edge *to_remove, unsigned int *n_to_remove, int flags) argument
H A Dcfghooks.c849 sbitmap wont_exit, edge orig,
855 ndupl, wont_exit,
847 cfg_hook_duplicate_loop_to_header_edge(struct loop *loop, edge e, struct loops *loops, unsigned int ndupl, sbitmap wont_exit, edge orig, edge *to_remove, unsigned int *n_to_remove, int flags) argument

Completed in 96 milliseconds