Searched defs:wont_exit (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | loop-unroll.cc | 498 auto_sbitmap wont_exit (max_unroll + 2); in unroll_loop_constant_iterations() local 957 auto_sbitmap wont_exit (max_unroll + 2); in unroll_loop_runtime_iterations() local 1240 auto_sbitmap wont_exit (nunroll + 1); in unroll_loop_stupid() local
|
H A D | tree-ssa-loop-ivcanon.cc | 892 auto_sbitmap wont_exit (n_unroll + 1); in try_unroll_loop_completely() local 1085 auto_sbitmap wont_exit (npeel + 1); in try_peel_loop() local
|
H A D | tree-ssa-loop-manip.cc | 926 sbitmap wont_exit, edge orig, in gimple_duplicate_loop_body_to_header_edge() 1386 auto_sbitmap wont_exit (factor); in tree_transform_and_unroll_loop() local
|
H A D | cfghooks.cc | 1255 sbitmap wont_exit, edge orig, in cfg_hook_duplicate_loop_body_to_header_edge()
|
H A D | cfgloopmanip.cc | 1063 unsigned int ndupl, sbitmap wont_exit, in duplicate_loop_body_to_header_edge()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfghooks.c | 1233 sbitmap wont_exit, edge orig, in cfg_hook_duplicate_loop_to_header_edge()
|
H A D | cfgloopmanip.c | 1129 unsigned int ndupl, sbitmap wont_exit, in duplicate_loop_to_header_edge()
|
H A D | tree-ssa-loop-manip.c | 927 unsigned int ndupl, sbitmap wont_exit, in gimple_duplicate_loop_to_header_edge()
|