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

  /src/external/gpl3/gcc/dist/gcc/
genrecog.cc 2147 stats for_d;
2151 for_d.num_decisions += for_trans.num_decisions;
2154 if (for_d.longest_path <= for_trans.longest_path)
2156 for_d.longest_path = for_trans.longest_path;
2157 for_d.longest_path_code = for_trans.longest_path_code;
2160 if (for_d.longest_backtrack <= for_trans.longest_backtrack)
2162 for_d.longest_backtrack = for_trans.longest_backtrack;
2163 for_d.longest_backtrack_code = for_trans.longest_backtrack_code;
2170 for_d.num_decisions += 1;
2171 for_d.longest_path += 1
2143 stats for_d; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc 2147 stats for_d;
2151 for_d.num_decisions += for_trans.num_decisions;
2154 if (for_d.longest_path <= for_trans.longest_path)
2156 for_d.longest_path = for_trans.longest_path;
2157 for_d.longest_path_code = for_trans.longest_path_code;
2160 if (for_d.longest_backtrack <= for_trans.longest_backtrack)
2162 for_d.longest_backtrack = for_trans.longest_backtrack;
2163 for_d.longest_backtrack_code = for_trans.longest_backtrack_code;
2170 for_d.num_decisions += 1;
2171 for_d.longest_path += 1
2143 stats for_d; local
    [all...]

Completed in 36 milliseconds