Home
last modified time | relevance | path

Searched refs:new_optimize (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-pragma.c996 tree new_optimize = optimization_default_node; in handle_pragma_reset_options() local
1012 if (new_optimize != optimization_current_node) in handle_pragma_reset_options()
1016 TREE_OPTIMIZATION (new_optimize)); in handle_pragma_reset_options()
1017 c_cpp_builtins_optimize_pragma (parse_in, old_optimize, new_optimize); in handle_pragma_reset_options()
1018 optimization_current_node = new_optimize; in handle_pragma_reset_options()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-pragma.c1082 tree new_optimize = optimization_default_node; in handle_pragma_reset_options() local
1098 if (new_optimize != optimization_current_node) in handle_pragma_reset_options()
1102 TREE_OPTIMIZATION (new_optimize)); in handle_pragma_reset_options()
1103 c_cpp_builtins_optimize_pragma (parse_in, old_optimize, new_optimize); in handle_pragma_reset_options()
1104 optimization_current_node = new_optimize; in handle_pragma_reset_options()
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c4425 tree new_target, new_optimize; in ix86_valid_target_attribute_p() local
4438 new_optimize = build_optimization_node (); in ix86_valid_target_attribute_p()
4447 if (old_optimize != new_optimize) in ix86_valid_target_attribute_p()
4448 DECL_FUNCTION_SPECIFIC_OPTIMIZATION (fndecl) = new_optimize; in ix86_valid_target_attribute_p()
4453 if (old_optimize != new_optimize) in ix86_valid_target_attribute_p()
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c5587 tree new_target, new_optimize; in ix86_valid_target_attribute_p() local
5622 new_optimize = build_optimization_node (&func_options); in ix86_valid_target_attribute_p()
5631 if (old_optimize != new_optimize) in ix86_valid_target_attribute_p()
5632 DECL_FUNCTION_SPECIFIC_OPTIMIZATION (fndecl) = new_optimize; in ix86_valid_target_attribute_p()