Home
last modified time | relevance | path

Searched refs:estimates (Results 1 – 25 of 37) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-inline-analysis.cc229 ipa_call_estimates estimates; in do_estimate_edge_time() local
230 ctx.estimate_size_and_time (&estimates); in do_estimate_edge_time()
231 size = estimates.size; in do_estimate_edge_time()
233 time = estimates.time; in do_estimate_edge_time()
235 nonspec_time = estimates.nonspecialized_time; in do_estimate_edge_time()
237 hints = estimates.hints; in do_estimate_edge_time()
244 ipa_call_estimates estimates; in do_estimate_edge_time() local
245 ctx.estimate_size_and_time (&estimates); in do_estimate_edge_time()
246 size = estimates.size; in do_estimate_edge_time()
247 time = estimates.time; in do_estimate_edge_time()
[all …]
Dipa-fnsummary.h368 void estimate_size_and_time (ipa_call_estimates *estimates,
416 ipa_call_estimates *estimates);
Dipa-cp.cc3283 hint_time_bonus (cgraph_node *node, const ipa_call_estimates &estimates) in hint_time_bonus() argument
3286 ipa_hints hints = estimates.hints; in hint_time_bonus()
3293 result += (estimates.loops_with_known_iterations * bonus_for_one).to_int (); in hint_time_bonus()
3296 result += (estimates.loops_with_known_strides * bonus_for_one).to_int (); in hint_time_bonus()
3492 ipa_call_estimates estimates; in perform_estimation_of_a_value() local
3494 estimate_ipcp_clone_size_and_time (node, avals, &estimates); in perform_estimation_of_a_value()
3502 time_benefit = (estimates.nonspecialized_time - estimates.time) in perform_estimation_of_a_value()
3504 + hint_time_bonus (node, estimates) in perform_estimation_of_a_value()
3507 int size = estimates.size; in perform_estimation_of_a_value()
3562 ipa_call_estimates estimates; in estimate_local_effects() local
[all …]
Dipa-fnsummary.cc3744 ipa_call_context::estimate_size_and_time (ipa_call_estimates *estimates, in estimate_size_and_time() argument
3862 estimates->loops_with_known_iterations = loops_with_known_iterations; in estimate_size_and_time()
3870 estimates->loops_with_known_strides = loops_with_known_strides; in estimate_size_and_time()
3890 estimates->time = time; in estimate_size_and_time()
3891 estimates->nonspecialized_time = nonspecialized_time; in estimate_size_and_time()
3893 estimates->size = size; in estimate_size_and_time()
3894 estimates->min_size = min_size; in estimate_size_and_time()
3896 estimates->hints = hints; in estimate_size_and_time()
3909 ipa_call_estimates *estimates) in estimate_ipcp_clone_size_and_time() argument
3916 ctx.estimate_size_and_time (estimates); in estimate_ipcp_clone_size_and_time()
Dparams.opt254 When propagating IPA-CP effect estimates, multiply frequencies of recursive edges that bring back a…
Dcommon.opt3319 Compute locview reset points based on insn length estimates.
DChangeLog-20077017 Use the new functions. Tweak many cost estimates, both here
23982 estimates from references in blocks that do not dominate loop latch.
25610 Update constant estimates of number of iterations.
25621 information. Initialize the constant estimates of number of
25624 estimates.
DChangeLog-20175672 changed reset SCEV and free the number of iteration estimates.
26993 estimates if we changed anything.
27481 not free niter estimates at the beginning but at the end.
27482 * tree-scalar-evolution.c (scev_finalize): Free niter estimates.
33088 that the logic for permitting reciprocal estimates matches that
DChangeLog-201622503 for peeled copies; avoid underflow when updating estimates; correctly
28916 estimates here.
29436 estimates here.
DChangeLog-2020418 likely estimates of VF to pick between vinfos.
11103 to return estimates in a single ipa_call_estimates parameter.
14608 (hppa_rtx_costs): Rewrite to avoid using estimates based upon
Dtarget.def3921 to ask for the minimum, maximum, and likely estimates of the value through\n\
DChangeLog10457 estimates.
DChangeLog-20125380 (canonicalize_induction_variables): Compute fresh bound estimates;
7019 perform unrolling for loops with low iterations bounds or estimates.
DChangeLog-200923938 (estimated_unrolled_size): Rewrite for new estimates.
23939 (try_unroll_loop_completely): Use new estimates.
/netbsd/src/external/gpl3/binutils/dist/gprof/
Dgprof.texi970 This @dfn{sampling period} estimates the margin of error in each of the time
1401 The @code{children} field of a caller-line in the cycle's entry estimates
1693 Some of the figures in the call graph are estimates---for example, the
1698 data itself. Instead, @code{gprof} estimates them by making an assumption
2244 note: time estimates now only go out to one decimal place (0.0), where
Dgprof.info767 much time each sample counted as. This “sampling period” estimates the
1175 The ‘children’ field of a caller-line in the cycle’s entry estimates
1455 Some of the figures in the call graph are estimates—for example, the
1460 profile data itself. Instead, ‘gprof’ estimates them by making an
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dpasses.texi366 It collects estimates of function body size, execution time, and frame
367 size for each function. It also estimates information about function
Dinvoke.texi10618 length estimates, which isn't always the case, and it may cause
23334 The compiler contains estimates of the number of clock cycles for
29275 provide higher-precision estimates than is mandated by the PowerPC
Dextend.texi6018 provide higher-precision estimates than is mandated by the PowerPC
12868 evaluation of object size estimates in a wider range of use cases and can be
Dgcc.info9567 accurate insn length estimates, which isn't always the case, and it
21783 The compiler contains estimates of the number of clock cycles
26781 provide higher-precision estimates than is mandated by the PowerPC
37639 instructions provide higher-precision estimates than is
46369 in successful evaluation of object size estimates in a wider range
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.opt586 Control generation of reciprocal estimates.
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/rfc/
Drfc2409.txt1592 estimates when establishing policy and negotiating security
1606 arrive at strength estimates.
/netbsd/src/external/gpl3/binutils/dist/bfd/
DChangeLog-2007351 loadable_size- and page_gotno-derived estimates.
/netbsd/src/external/gpl3/gdb/dist/bfd/
DChangeLog-2007351 loadable_size- and page_gotno-derived estimates.
/netbsd/src/external/gpl3/gcc/dist/
DNEWS6388 size and time estimates that drive the heuristics of the
9907 now understood by the inliner and code size estimates are
13375 growth estimates used by the inliner and reduces the overall
15830 * Code size estimates used by inlining heuristics for C, Objective-C,
15918 * More realistic code size estimates used by inlining for C,

12