]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/params.def
generalized IPA predicate on parameter
[thirdparty/gcc.git] / gcc / params.def
index e4b70bac22a43a9b6098fde1d819f12d3cf9f08b..322c37f8b96c7c5ade92529b7e725ccb92787903 100644 (file)
@@ -1165,6 +1165,12 @@ DEFPARAM (PARAM_IPA_MAX_SWITCH_PREDICATE_BOUNDS,
          "statement used during IPA functoin summary generation.",
          5, 0, 0)
 
+DEFPARAM (PARAM_IPA_MAX_PARAM_EXPR_OPS,
+         "ipa-max-param-expr-ops",
+         "Maximum number of operations in a parameter expression that can "
+         "be handled by IPA analysis.",
+         10, 0, 0)
+
 /* WHOPR partitioning configuration.  */
 
 DEFPARAM (PARAM_LTO_PARTITIONS,