OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:estimates
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ipa-inline-analysis.cc
232
ipa_call_estimates
estimates
;
local
233
ctx.estimate_size_and_time (&
estimates
);
234
size =
estimates
.size;
236
time =
estimates
.time;
238
nonspec_time =
estimates
.nonspecialized_time;
240
hints =
estimates
.hints;
247
ipa_call_estimates
estimates
;
local
248
ctx.estimate_size_and_time (&
estimates
);
249
size =
estimates
.size;
250
time =
estimates
.time
340
ipa_call_
estimates
estimates
;
local
373
ipa_call_
estimates
estimates
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
ipa-inline-analysis.cc
229
ipa_call_estimates
estimates
;
local
230
ctx.estimate_size_and_time (&
estimates
);
231
size =
estimates
.size;
233
time =
estimates
.time;
235
nonspec_time =
estimates
.nonspecialized_time;
237
hints =
estimates
.hints;
244
ipa_call_estimates
estimates
;
local
245
ctx.estimate_size_and_time (&
estimates
);
246
size =
estimates
.size;
247
time =
estimates
.time
333
ipa_call_
estimates
estimates
;
local
366
ipa_call_
estimates
estimates
;
local
[
all
...]
ipa-cp.cc
90
some contexts - these decisions are based on both local
estimates
and
91
cumulative
estimates
propagated from callees.
3280
/* Return time bonus incurred because of hints stored in
ESTIMATES
. */
3283
hint_time_bonus (cgraph_node *node, const ipa_call_estimates &
estimates
)
3286
ipa_hints hints =
estimates
.hints;
3293
result += (
estimates
.loops_with_known_iterations * bonus_for_one).to_int ();
3296
result += (
estimates
.loops_with_known_strides * bonus_for_one).to_int ();
3492
ipa_call_estimates
estimates
;
local
3494
estimate_ipcp_clone_size_and_time (node, avals, &
estimates
);
3502
time_benefit = (
estimates
.nonspecialized_time - estimates.time
3562
ipa_call_
estimates
estimates
;
local
[
all
...]
Completed in 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026