Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpredict.cc1675 int loop_bound_step) in predict_iv_comparison() argument
1799 gcc_assert (loop_bound_step != 0); in predict_iv_comparison()
1800 if (loop_bound_step > 0 in predict_iv_comparison()
1804 else if (loop_bound_step < 0 in predict_iv_comparison()
1822 if (loop_bound_step > 0 in predict_iv_comparison()
1825 else if (loop_bound_step < 0 in predict_iv_comparison()
1961 tree loop_bound_step = NULL; in predict_loops() local
2103 &loop_bound_step, in predict_loops()
2169 tree_to_shwi (loop_bound_step)); in predict_loops()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpredict.c1637 int loop_bound_step) in predict_iv_comparison() argument
1761 gcc_assert (loop_bound_step != 0); in predict_iv_comparison()
1762 if (loop_bound_step > 0 in predict_iv_comparison()
1766 else if (loop_bound_step < 0 in predict_iv_comparison()
1784 if (loop_bound_step > 0 in predict_iv_comparison()
1787 else if (loop_bound_step < 0 in predict_iv_comparison()
1923 tree loop_bound_step = NULL; in predict_loops() local
2069 &loop_bound_step, in predict_loops()
2135 tree_to_shwi (loop_bound_step)); in predict_loops()