OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:this_tick
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
regrename.cc
98
/* TICK and
THIS_TICK
are used to record the last time we saw each
101
static int
this_tick
= 0;
variable
527
tick[reg] = ++
this_tick
;
537
tick[best_new_reg] = ++
this_tick
;
545
tick[reg] = ++
this_tick
;
/src/external/gpl3/gcc.old/dist/gcc/
regrename.cc
98
/* TICK and
THIS_TICK
are used to record the last time we saw each
101
static int
this_tick
= 0;
variable
527
tick[reg] = ++
this_tick
;
537
tick[best_new_reg] = ++
this_tick
;
545
tick[reg] = ++
this_tick
;
Completed in 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026