HomeSort by: relevance | last modified time | path
    Searched defs:loop_bound_step (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
predict.cc 1670 loop exit is compared using LOOP_BOUND_CODE, with step of LOOP_BOUND_STEP.
1687 int loop_bound_step)
1810 gcc_assert (loop_bound_step != 0);
1811 if (loop_bound_step > 0
1815 else if (loop_bound_step < 0
1833 if (loop_bound_step > 0
1836 else if (loop_bound_step < 0
1967 tree loop_bound_step = NULL; local
2108 &loop_bound_step,
2174 tree_to_shwi (loop_bound_step));
    [all...]
predict.cc 1670 loop exit is compared using LOOP_BOUND_CODE, with step of LOOP_BOUND_STEP.
1687 int loop_bound_step)
1810 gcc_assert (loop_bound_step != 0);
1811 if (loop_bound_step > 0
1815 else if (loop_bound_step < 0
1833 if (loop_bound_step > 0
1836 else if (loop_bound_step < 0
1967 tree loop_bound_step = NULL; local
2108 &loop_bound_step,
2174 tree_to_shwi (loop_bound_step));
    [all...]
predict.cc 1670 loop exit is compared using LOOP_BOUND_CODE, with step of LOOP_BOUND_STEP.
1687 int loop_bound_step)
1810 gcc_assert (loop_bound_step != 0);
1811 if (loop_bound_step > 0
1815 else if (loop_bound_step < 0
1833 if (loop_bound_step > 0
1836 else if (loop_bound_step < 0
1967 tree loop_bound_step = NULL; local
2108 &loop_bound_step,
2174 tree_to_shwi (loop_bound_step));
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
predict.cc 1658 loop exit is compared using LOOP_BOUND_CODE, with step of LOOP_BOUND_STEP.
1675 int loop_bound_step)
1799 gcc_assert (loop_bound_step != 0);
1800 if (loop_bound_step > 0
1804 else if (loop_bound_step < 0
1822 if (loop_bound_step > 0
1825 else if (loop_bound_step < 0
1961 tree loop_bound_step = NULL; local
2103 &loop_bound_step,
2169 tree_to_shwi (loop_bound_step));
    [all...]
predict.cc 1658 loop exit is compared using LOOP_BOUND_CODE, with step of LOOP_BOUND_STEP.
1675 int loop_bound_step)
1799 gcc_assert (loop_bound_step != 0);
1800 if (loop_bound_step > 0
1804 else if (loop_bound_step < 0
1822 if (loop_bound_step > 0
1825 else if (loop_bound_step < 0
1961 tree loop_bound_step = NULL; local
2103 &loop_bound_step,
2169 tree_to_shwi (loop_bound_step));
    [all...]
predict.cc 1658 loop exit is compared using LOOP_BOUND_CODE, with step of LOOP_BOUND_STEP.
1675 int loop_bound_step)
1799 gcc_assert (loop_bound_step != 0);
1800 if (loop_bound_step > 0
1804 else if (loop_bound_step < 0
1822 if (loop_bound_step > 0
1825 else if (loop_bound_step < 0
1961 tree loop_bound_step = NULL; local
2103 &loop_bound_step,
2169 tree_to_shwi (loop_bound_step));
    [all...]

Completed in 78 milliseconds