Home
last modified time | relevance | path

Searched refs:set_param_value (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dopts.c893 set_param_value ("max-inline-insns-single", 5); in decode_options()
894 set_param_value ("max-inline-insns-auto", 5); in decode_options()
898 set_param_value ("min-crossjump-insns", 1); in decode_options()
1188 set_param_value ("max-inline-insns-single", value / 2); in common_handle_option()
1189 set_param_value ("max-inline-insns-auto", value / 2); in common_handle_option()
1423 set_param_value (arg, value); in handle_param()
H A Dparams.c59 set_param_value (const char *name, int value) in set_param_value() function
H A Dparams.h73 extern void set_param_value (const char *name, int value);
H A Dggc-common.c782 set_param_value ("ggc-min-expand", ggc_min_expand_heuristic()); in init_ggc_heuristics()
784 set_param_value ("ggc-min-heapsize", ggc_min_heapsize_heuristic(optimize)); in init_ggc_heuristics()
H A DChangeLog-200526195 * params.c (set_param_value): Use gcc_assert & gcc_unreachable.
H A DChangeLog-20042524 * params.c (set_param_value): Add range check.
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc747 static void set_param_value(int param_value) { param_value_ = param_value; } in set_param_value() function in GeneratorEvaluationTest
1099 GeneratorEvaluationTest::set_param_value(1); in main()
1106 GeneratorEvaluationTest::set_param_value(2); in main()
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64.c9767 set_param_value ("max-sched-extend-regions-iters", 2); in ia64_optimization_options()
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c1664 set_param_value ("max-grow-copy-bb-insns", 16); in optimization_options()