| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ipa-inline-analysis.cc | 229 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 …]
|
| D | ipa-fnsummary.h | 368 void estimate_size_and_time (ipa_call_estimates *estimates, 416 ipa_call_estimates *estimates);
|
| D | ipa-cp.cc | 3283 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 …]
|
| D | ipa-fnsummary.cc | 3744 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()
|
| D | params.opt | 254 When propagating IPA-CP effect estimates, multiply frequencies of recursive edges that bring back a…
|
| D | common.opt | 3319 Compute locview reset points based on insn length estimates.
|
| D | ChangeLog-2007 | 7017 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.
|
| D | ChangeLog-2017 | 5672 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
|
| D | ChangeLog-2016 | 22503 for peeled copies; avoid underflow when updating estimates; correctly 28916 estimates here. 29436 estimates here.
|
| D | ChangeLog-2020 | 418 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
|
| D | target.def | 3921 to ask for the minimum, maximum, and likely estimates of the value through\n\
|
| D | ChangeLog | 10457 estimates.
|
| D | ChangeLog-2012 | 5380 (canonicalize_induction_variables): Compute fresh bound estimates; 7019 perform unrolling for loops with low iterations bounds or estimates.
|
| D | ChangeLog-2009 | 23938 (estimated_unrolled_size): Rewrite for new estimates. 23939 (try_unroll_loop_completely): Use new estimates.
|
| /netbsd/src/external/gpl3/binutils/dist/gprof/ |
| D | gprof.texi | 970 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
|
| D | gprof.info | 767 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/ |
| D | passes.texi | 366 It collects estimates of function body size, execution time, and frame 367 size for each function. It also estimates information about function
|
| D | invoke.texi | 10618 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
|
| D | extend.texi | 6018 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
|
| D | gcc.info | 9567 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/ |
| D | i386.opt | 586 Control generation of reciprocal estimates.
|
| /netbsd/src/crypto/dist/ipsec-tools/src/racoon/rfc/ |
| D | rfc2409.txt | 1592 estimates when establishing policy and negotiating security 1606 arrive at strength estimates.
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | ChangeLog-2007 | 351 loadable_size- and page_gotno-derived estimates.
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | ChangeLog-2007 | 351 loadable_size- and page_gotno-derived estimates.
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | NEWS | 6388 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,
|