OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 04 05:31:52 UTC 2026