Searched refs:dfs_counter (Results 1 – 2 of 2) sorted by relevance
781 int dfs_counter; variable783 value_topo_info () : values_topo (NULL), stack (NULL), dfs_counter (0) in value_topo_info()3691 dfs_counter++;3692 cur_val->dfs = dfs_counter;3693 cur_val->low_link = dfs_counter;
847 int dfs_counter; member in value_topo_info849 value_topo_info () : values_topo (NULL), stack (NULL), dfs_counter (0) in value_topo_info()3740 dfs_counter++; in add_val()3741 cur_val->dfs = dfs_counter; in add_val()3742 cur_val->low_link = dfs_counter; in add_val()