]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/params.def
generalized IPA predicate on parameter
[thirdparty/gcc.git] / gcc / params.def
index 4cb48d9ab5baa889392172442823717f9eda7b1c..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,
@@ -1225,12 +1231,6 @@ DEFPARAM (PARAM_JUMP_TABLE_MAX_GROWTH_RATIO_FOR_SPEED,
          "optimizing for speed.",
          800, 0, 0)
 
-/* Data race flags for C++0x memory model compliance.  */
-DEFPARAM (PARAM_ALLOW_STORE_DATA_RACES,
-         "allow-store-data-races",
-         "Allow new data races on stores to be introduced.",
-         0, 0, 1)
-
 /* Reassociation width to be used by tree reassoc optimization.  */
 DEFPARAM (PARAM_TREE_REASSOC_WIDTH,
          "tree-reassoc-width",