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

  /src/external/gpl3/gcc/dist/gcc/
cfgloop.cc 2036 get_max_loop_iterations (const class loop *loop, widest_int *nit)
2045 /* Similar to get_max_loop_iterations, but returns the estimate only
2055 if (!get_max_loop_iterations (loop, &nit))
2079 /* Similar to get_max_loop_iterations, but returns the estimate only
2035 get_max_loop_iterations (const class loop *loop, widest_int *nit) function
  /src/external/gpl3/gcc.old/dist/gcc/
cfgloop.cc 2036 get_max_loop_iterations (const class loop *loop, widest_int *nit)
2045 /* Similar to get_max_loop_iterations, but returns the estimate only
2055 if (!get_max_loop_iterations (loop, &nit))
2079 /* Similar to get_max_loop_iterations, but returns the estimate only
2035 get_max_loop_iterations (const class loop *loop, widest_int *nit) function

Completed in 17 milliseconds