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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc 3361 /* Loop with no normal exit will not pass max_loop_iterations. */
3362 || (!loop->finite_p && max_loop_iterations (loop, &nit)))
4926 max_loop_iterations (class loop *loop, widest_int *nit) function
4936 /* Similar to max_loop_iterations, but returns the estimate only
4946 if (!max_loop_iterations (loop, &nit))
4971 /* Similar to max_loop_iterations, but returns the estimate only
5019 if (!max_loop_iterations (loop, nit))
5252 if (max_loop_iterations (loop, &niter)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc 2938 || max_loop_iterations (loop, &nit))
4489 max_loop_iterations (class loop *loop, widest_int *nit) function
4499 /* Similar to max_loop_iterations, but returns the estimate only
4509 if (!max_loop_iterations (loop, &nit))
4534 /* Similar to max_loop_iterations, but returns the estimate only
4582 if (!max_loop_iterations (loop, nit))
4815 if (max_loop_iterations (loop, &niter)

Completed in 117 milliseconds