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

  /src/external/gpl3/gcc/dist/gcc/
cfganal.cc 1314 unsigned dest_scc_depth = 0;
1317 dest_scc_depth++;
1346 while (src_scc_depth > dest_scc_depth)
1351 while (dest_scc_depth > src_scc_depth)
1354 dest_scc_depth--;
1310 unsigned dest_scc_depth = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
cfganal.cc 1311 unsigned dest_scc_depth = 0;
1314 dest_scc_depth++;
1343 while (src_scc_depth > dest_scc_depth)
1348 while (dest_scc_depth > src_scc_depth)
1351 dest_scc_depth--;
1307 unsigned dest_scc_depth = 0; local

Completed in 15 milliseconds