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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-reassoc.cc 4130 int update_fail_count = 0; local
4154 else if (update_fail_count == 64)
4157 ++update_fail_count;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-reassoc.cc 4085 int update_fail_count = 0; local
4109 else if (update_fail_count == 64)
4112 ++update_fail_count;

Completed in 24 milliseconds