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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc 4890 estimated_loop_iterations (class loop *loop, widest_int *nit) function
4900 /* Similar to estimated_loop_iterations, but returns the estimate only
4910 if (!estimated_loop_iterations (loop, &nit))
5057 if (!estimated_loop_iterations (loop, nit))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc 4453 estimated_loop_iterations (class loop *loop, widest_int *nit) function
4463 /* Similar to estimated_loop_iterations, but returns the estimate only
4473 if (!estimated_loop_iterations (loop, &nit))
4620 if (!estimated_loop_iterations (loop, nit))

Completed in 28 milliseconds