Home
last modified time | relevance | path

Searched refs:loop_has_only_one_exit (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-im.c1870 bool loop_has_only_one_exit; in execute_sm_if_changed() local
1925 loop_has_only_one_exit = single_pred_p (ex->dest); in execute_sm_if_changed()
1927 if (loop_has_only_one_exit) in execute_sm_if_changed()
2005 if (!loop_has_only_one_exit) in execute_sm_if_changed()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-im.cc2021 bool loop_has_only_one_exit; in execute_sm_if_changed() local
2075 loop_has_only_one_exit = single_pred_p (ex->dest); in execute_sm_if_changed()
2077 if (loop_has_only_one_exit) in execute_sm_if_changed()
2149 if (!loop_has_only_one_exit) in execute_sm_if_changed()