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

  /src/external/gpl3/gcc/dist/gcc/
ipa-cp.cc 602 int dfs_counter; member in class:value_topo_info
604 value_topo_info () : values_topo (NULL), stack (NULL), dfs_counter (0)
3749 dfs_counter++;
3750 cur_val->dfs = dfs_counter;
3751 cur_val->low_link = dfs_counter;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 847 int dfs_counter; member in class:value_topo_info
849 value_topo_info () : values_topo (NULL), stack (NULL), dfs_counter (0)
3740 dfs_counter++;
3741 cur_val->dfs = dfs_counter;
3742 cur_val->low_link = dfs_counter;

Completed in 28 milliseconds