Home
last modified time | relevance | path

Searched refs:dfs_counter (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-cp.c781 int dfs_counter; variable
783 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;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-cp.cc847 int dfs_counter; member in value_topo_info
849 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()