Home
last modified time | relevance | path

Searched refs:PARAM_VALUE (Results 1 – 25 of 41) sorted by relevance

12

/openbsd/gnu/gcc/gcc/
H A Dparams.h88 #define PARAM_VALUE(ENUM) \ macro
105 PARAM_VALUE (PARAM_MAX_INLINE_INSNS)
107 PARAM_VALUE (PARAM_MAX_INLINE_SLOPE)
109 PARAM_VALUE (PARAM_MIN_INLINE_INSNS)
123 PARAM_VALUE (PARAM_MAX_GCSE_PASSES)
129 PARAM_VALUE (PARAM_MAX_UNROLLED_INSNS)
131 PARAM_VALUE (PARAM_MAX_SMS_LOOP_NUMBER)
133 PARAM_VALUE (PARAM_SMS_MAX_II_FACTOR)
135 PARAM_VALUE (PARAM_SMS_DFA_HISTORY)
141 PARAM_VALUE (PARAM_MAX_ALIASED_VOPS)
[all …]
H A Dtracer.c213 probability_cutoff = PARAM_VALUE (TRACER_MIN_BRANCH_PROBABILITY_FEEDBACK); in tail_duplicate()
215 probability_cutoff = PARAM_VALUE (TRACER_MIN_BRANCH_PROBABILITY); in tail_duplicate()
219 (REG_BR_PROB_BASE / 100 * PARAM_VALUE (TRACER_MIN_BRANCH_RATIO)); in tail_duplicate()
234 cover_insns = PARAM_VALUE (TRACER_DYNAMIC_COVERAGE_FEEDBACK); in tail_duplicate()
236 cover_insns = PARAM_VALUE (TRACER_DYNAMIC_COVERAGE); in tail_duplicate()
238 max_dup_insns = (ninsns * PARAM_VALUE (TRACER_MAX_CODE_GROWTH) + 50) / 100; in tail_duplicate()
H A Dloop-unroll.c420 npeel = PARAM_VALUE (PARAM_MAX_COMPLETELY_PEEL_TIMES); in decide_peel_completely()
563 nunroll = PARAM_VALUE (PARAM_MAX_UNROLLED_INSNS) / loop->ninsns; in decide_unroll_constant_iterations()
568 if (nunroll > (unsigned) PARAM_VALUE (PARAM_MAX_UNROLL_TIMES)) in decide_unroll_constant_iterations()
569 nunroll = PARAM_VALUE (PARAM_MAX_UNROLL_TIMES); in decide_unroll_constant_iterations()
848 if (nunroll > (unsigned) PARAM_VALUE (PARAM_MAX_UNROLL_TIMES)) in decide_unroll_runtime_iterations()
849 nunroll = PARAM_VALUE (PARAM_MAX_UNROLL_TIMES); in decide_unroll_runtime_iterations()
1181 npeel = PARAM_VALUE (PARAM_MAX_PEELED_INSNS) / loop->ninsns; in decide_peel_simple()
1182 if (npeel > (unsigned) PARAM_VALUE (PARAM_MAX_PEEL_TIMES)) in decide_peel_simple()
1183 npeel = PARAM_VALUE (PARAM_MAX_PEEL_TIMES); in decide_peel_simple()
1341 if (nunroll > (unsigned) PARAM_VALUE (PARAM_MAX_UNROLL_TIMES)) in decide_unroll_stupid()
[all …]
H A Dipa-inline.c101 int call_insns = PARAM_VALUE (PARAM_INLINE_CALL_COST); in cgraph_estimate_size_after_inlining()
278 limit += limit * PARAM_VALUE (PARAM_LARGE_FUNCTION_GROWTH) / 100; in cgraph_check_inline_limits()
284 && newsize > PARAM_VALUE (PARAM_LARGE_FUNCTION_INSNS) in cgraph_check_inline_limits()
367 <= profile_info->sum_max / PARAM_VALUE (HOT_BB_COUNT_FRACTION))) in cgraph_maybe_hot_edge_p()
575 int limit = PARAM_VALUE (PARAM_MAX_INLINE_INSNS_RECURSIVE_AUTO); in cgraph_decide_recursive_inlining()
576 int max_depth = PARAM_VALUE (PARAM_MAX_INLINE_RECURSIVE_DEPTH_AUTO); in cgraph_decide_recursive_inlining()
586 limit = PARAM_VALUE (PARAM_MAX_INLINE_INSNS_RECURSIVE); in cgraph_decide_recursive_inlining()
587 max_depth = PARAM_VALUE (PARAM_MAX_INLINE_RECURSIVE_DEPTH); in cgraph_decide_recursive_inlining()
930 if (max_insns < PARAM_VALUE (PARAM_LARGE_UNIT_INSNS)) in cgraph_decide_inlining()
931 max_insns = PARAM_VALUE (PARAM_LARGE_UNIT_INSNS); in cgraph_decide_inlining()
[all …]
H A Dtree-ssa-loop-unswitch.c189 if (num > PARAM_VALUE (PARAM_MAX_UNSWITCH_LEVEL)) in tree_unswitch_single_loop()
206 > (unsigned) PARAM_VALUE (PARAM_MAX_UNSWITCH_INSNS)) in tree_unswitch_single_loop()
H A Dpredict.c122 < profile_info->sum_max / PARAM_VALUE (HOT_BB_COUNT_FRACTION))) in maybe_hot_bb_p()
124 if (bb->frequency < BB_FREQ_MAX / PARAM_VALUE (HOT_BB_FREQUENCY_FRACTION)) in maybe_hot_bb_p()
136 < profile_info->sum_max / PARAM_VALUE (HOT_BB_COUNT_FRACTION))) in probably_cold_bb_p()
138 if (bb->frequency < BB_FREQ_MAX / PARAM_VALUE (HOT_BB_FREQUENCY_FRACTION)) in probably_cold_bb_p()
667 > (unsigned int) PARAM_VALUE (PARAM_MAX_PREDICTED_ITERATIONS)) in predict_loops()
668 niter = PARAM_VALUE (PARAM_MAX_PREDICTED_ITERATIONS); in predict_loops()
696 int max = PARAM_VALUE (PARAM_MAX_PREDICTED_ITERATIONS); in predict_loops()
H A Dtree-ssa-loop-ivcanon.c177 max_unroll = PARAM_VALUE (PARAM_MAX_COMPLETELY_PEEL_TIMES); in try_unroll_loop_completely()
189 > (unsigned) PARAM_VALUE (PARAM_MAX_COMPLETELY_PEELED_INSNS)) in try_unroll_loop_completely()
H A Dloop-unswitch.c273 if (num > PARAM_VALUE (PARAM_MAX_UNSWITCH_LEVEL)) in unswitch_single_loop()
297 if (num_loop_insns (loop) > PARAM_VALUE (PARAM_MAX_UNSWITCH_INSNS)) in unswitch_single_loop()
H A Dsched-ebb.c550 probability_cutoff = PARAM_VALUE (TRACER_MIN_BRANCH_PROBABILITY_FEEDBACK); in schedule_ebbs()
552 probability_cutoff = PARAM_VALUE (TRACER_MIN_BRANCH_PROBABILITY); in schedule_ebbs()
H A Dsched-rgn.c452 return ((*num_bbs > PARAM_VALUE (PARAM_MAX_SCHED_REGION_BLOCKS)) in too_large()
453 || (*num_insns > PARAM_VALUE (PARAM_MAX_SCHED_REGION_INSNS))); in too_large()
691 extend_regions_p = PARAM_VALUE (PARAM_MAX_SCHED_EXTEND_REGIONS_ITERS) > 0; in find_rgns()
1039 max_iter = PARAM_VALUE (PARAM_MAX_SCHED_EXTEND_REGIONS_ITERS); in extend_rgns()
2091 > PARAM_VALUE (PARAM_MAX_SCHED_INSN_CONFLICT_DELAY)) in new_ready()
2950 min_spec_prob = ((PARAM_VALUE (PARAM_MIN_SPEC_PROB) * REG_BR_PROB_BASE) in schedule_insns()
H A Dtree-ssa-loop-prefetch.c910 upper_bound = PARAM_VALUE (PARAM_MAX_UNROLL_TIMES); in determine_unroll_factor()
913 size_factor = PARAM_VALUE (PARAM_MAX_UNROLLED_INSNS) / ninsns; in determine_unroll_factor()
H A Dtree-ssa-threadedge.c221 max_stmt_count = PARAM_VALUE (PARAM_MAX_JUMP_THREAD_DUPLICATION_STMTS); in record_temporary_equivalences_from_stmts_at_dest()
H A Dtree-chrec.c305 && size < PARAM_VALUE (PARAM_SCEV_MAX_EXPR_SIZE)) in chrec_fold_plus_1()
307 else if (size < PARAM_VALUE (PARAM_SCEV_MAX_EXPR_SIZE)) in chrec_fold_plus_1()
H A Dtoplev.c1176 PARAM_VALUE (GGC_MIN_EXPAND), PARAM_VALUE (GGC_MIN_HEAPSIZE)); in print_version()
H A Dloop-doloop.c530 = COSTS_N_INSNS (PARAM_VALUE (PARAM_MAX_ITERATIONS_COMPUTATION_COST)); in doloop_optimize()
H A Dcfgexpand.c857 unsigned HOST_WIDE_INT max = PARAM_VALUE (PARAM_SSP_BUFFER_SIZE); in stack_protect_classify_type()
1707 (int) PARAM_VALUE (PARAM_SSP_BUFFER_SIZE)); in tree_expand_cfg()
H A Dbb-reorder.c1176 max_size *= PARAM_VALUE (PARAM_MAX_GROW_COPY_BB_INSNS); in copy_bb_p()
2003 max_size = uncond_jump_length * PARAM_VALUE (PARAM_MAX_GOTO_DUPLICATION_INSNS); in duplicate_computed_gotos()
H A Dggc-page.c1881 MAX (G.allocated_last_gc, (size_t)PARAM_VALUE (GGC_MIN_HEAPSIZE) * 1024); in ggc_collect()
1883 float min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect()
H A Dcfgcleanup.c1666 if ((nmatch < PARAM_VALUE (PARAM_MIN_CROSSJUMP_INSNS)) in try_crossjump_to_edge()
1859 max = PARAM_VALUE (PARAM_MAX_CROSSJUMP_EDGES); in try_crossjump_bb()
H A Dggc-zone.c1876 (size_t) PARAM_VALUE (GGC_MIN_HEAPSIZE) * 1024); in ggc_collect()
1877 min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dparams.h83 #define PARAM_VALUE(ENUM) \ macro
88 PARAM_VALUE (PARAM_MAX_INLINE_INSNS_SINGLE)
90 PARAM_VALUE (PARAM_MAX_INLINE_INSNS)
92 PARAM_VALUE (PARAM_MAX_INLINE_SLOPE)
94 PARAM_VALUE (PARAM_MIN_INLINE_INSNS)
96 PARAM_VALUE (PARAM_MAX_INLINE_INSNS_AUTO)
98 PARAM_VALUE (PARAM_MAX_INLINE_INSNS_RTL)
100 PARAM_VALUE (PARAM_MAX_DELAY_SLOT_INSN_SEARCH)
104 PARAM_VALUE (PARAM_MAX_PENDING_LIST_LENGTH)
108 PARAM_VALUE (PARAM_MAX_GCSE_PASSES)
[all …]
H A Dtracer.c213 probability_cutoff = PARAM_VALUE (TRACER_MIN_BRANCH_PROBABILITY_FEEDBACK); in tail_duplicate()
215 probability_cutoff = PARAM_VALUE (TRACER_MIN_BRANCH_PROBABILITY); in tail_duplicate()
219 (REG_BR_PROB_BASE / 100 * PARAM_VALUE (TRACER_MIN_BRANCH_RATIO)); in tail_duplicate()
234 cover_insns = PARAM_VALUE (TRACER_DYNAMIC_COVERAGE_FEEDBACK); in tail_duplicate()
236 cover_insns = PARAM_VALUE (TRACER_DYNAMIC_COVERAGE); in tail_duplicate()
238 max_dup_insns = (ninsns * PARAM_VALUE (TRACER_MAX_CODE_GROWTH) + 50) / 100; in tail_duplicate()
H A Dggc-simple.c314 MAX (G.allocated_last_gc, (size_t)PARAM_VALUE (GGC_MIN_HEAPSIZE) * 1024); in ggc_collect()
316 size_t min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect()
H A Dpredict.c124 / PARAM_VALUE (HOT_BB_COUNT_FRACTION)))
126 if (bb->frequency < BB_FREQ_MAX / PARAM_VALUE (HOT_BB_FREQUENCY_FRACTION))
141 / PARAM_VALUE (HOT_BB_COUNT_FRACTION)))
143 if (bb->frequency < BB_FREQ_MAX / PARAM_VALUE (HOT_BB_FREQUENCY_FRACTION))
H A Dggc-page.c1704 MAX (G.allocated_last_gc, (size_t)PARAM_VALUE (GGC_MIN_HEAPSIZE) * 1024); in ggc_collect()
1706 float min_expand = allocated_last_gc * PARAM_VALUE (GGC_MIN_EXPAND) / 100; in ggc_collect()

12