OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:recency
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-early-ra.cc
2883
unsigned int
recency
= 0;
local
2889
recency
= MAX (
recency
, m_fpr_recency[fpr + i]);
2896
|| (best_weight == weight &&
recency
<= best_recency))
2900
best_recency =
recency
;
2970
unsigned int
recency
= m_fpr_recency[fpr];
local
2973
|| (best_start_point == start_point &&
recency
< best_recency))
2977
best_recency =
recency
;
Completed in 45 milliseconds
Indexes created Sat May 16 00:24:39 UTC 2026