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

  /src/external/gpl3/gcc/dist/gcc/
tree-parloops.cc 4004 HOST_WIDE_INT estimated; local
4090 estimated = estimated_loop_iterations_int (loop);
4091 if (estimated == -1)
4092 estimated = get_likely_max_loop_iterations_int (loop);
4097 && ((estimated != -1
4098 && (estimated
  /src/external/gpl3/gcc.old/dist/gcc/
tree-parloops.cc 3999 HOST_WIDE_INT estimated; local
4085 estimated = estimated_loop_iterations_int (loop);
4086 if (estimated == -1)
4087 estimated = get_likely_max_loop_iterations_int (loop);
4092 && ((estimated != -1
4093 && (estimated

Completed in 50 milliseconds