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

  /src/external/gpl3/gcc/dist/gcc/
cfgloop.cc 1947 /* Similar to get_estimated_loop_iterations, but returns the estimate only
1957 if (!get_estimated_loop_iterations (loop, &nit))
2010 get_estimated_loop_iterations (class loop *loop, widest_int *nit)
2009 get_estimated_loop_iterations (class loop *loop, widest_int *nit) function
  /src/external/gpl3/gcc.old/dist/gcc/
cfgloop.cc 1949 /* Similar to get_estimated_loop_iterations, but returns the estimate only
1959 if (!get_estimated_loop_iterations (loop, &nit))
2012 get_estimated_loop_iterations (class loop *loop, widest_int *nit)
2011 get_estimated_loop_iterations (class loop *loop, widest_int *nit) function

Completed in 18 milliseconds