diff options
Diffstat (limited to 'gcc/params.def')
-rw-r--r-- | gcc/params.def | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/gcc/params.def b/gcc/params.def index 78601f6de88..60397c15fb1 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -860,12 +860,18 @@ DEFPARAM (PARAM_IPA_SRA_PTR_GROWTH_FACTOR, "a pointer to an aggregate with", 2, 0, 0) -DEFPARAM (PARAM_DEVIRT_TYPE_LIST_SIZE, - "devirt-type-list-size", - "Maximum size of a type list associated with each parameter for " - "devirtualization", +DEFPARAM (PARAM_IPA_CP_VALUE_LIST_SIZE, + "ipa-cp-value-list-size", + "Maximum size of a list of values associated with each parameter for " + "interprocedural constant propagation", 8, 0, 0) +DEFPARAM (PARAM_IPA_CP_EVAL_THRESHOLD, + "ipa-cp-eval-threshold", + "Threshold ipa-cp opportunity evaluation that is still considered " + "beneficial to clone.", + 500, 0, 0) + /* WHOPR partitioning configuration. */ DEFPARAM (PARAM_LTO_PARTITIONS, |