/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-isel.cc | 58 bool cfg_changed = false; in gimple_expand_vec_set_expr() local 106 cfg_changed = true; in gimple_expand_vec_set_expr() 111 return cfg_changed; in gimple_expand_vec_set_expr() 305 bool cfg_changed = false; in gimple_expand_vec_exprs() local 320 cfg_changed |= gimple_expand_vec_set_expr (fun, &gsi); in gimple_expand_vec_exprs() 332 return cfg_changed ? TODO_cleanup_cfg : 0; in gimple_expand_vec_exprs()
|
H A D | tree-ssa-forwprop.cc | 185 static bool cfg_changed; variable 313 bool cfg_changed = false; in remove_prop_source_from_use() local 321 return cfg_changed; in remove_prop_source_from_use() 326 return cfg_changed; in remove_prop_source_from_use() 339 return cfg_changed; in remove_prop_source_from_use() 487 bool cfg_changed = false; in forward_propagate_into_comparison() local 503 cfg_changed |= remove_prop_source_from_use (rhs1); in forward_propagate_into_comparison() 505 cfg_changed |= remove_prop_source_from_use (rhs2); in forward_propagate_into_comparison() 506 return cfg_changed ? 2 : 1; in forward_propagate_into_comparison() 524 bool cfg_changed = false; in forward_propagate_into_gimple_cond() local [all …]
|
H A D | tree-ssa-math-opts.cc | 1116 execute_cse_conv_1 (tree name, bool *cfg_changed) in execute_cse_conv_1() argument 1202 *cfg_changed = true; in execute_cse_conv_1() 1256 bool cfg_changed = false; in execute_cse_sincos_1() local 1258 name = execute_cse_conv_1 (name, &cfg_changed); in execute_cse_sincos_1() 1352 cfg_changed = true; in execute_cse_sincos_1() 1355 return cfg_changed; in execute_cse_sincos_1() 2267 bool cfg_changed = false; in execute() local 2307 cfg_changed |= execute_cse_sincos_1 (arg); in execute() 2402 cfg_changed |= gimple_purge_dead_eh_edges (bb); in execute() 2410 return cfg_changed ? TODO_cleanup_cfg : 0; in execute() [all …]
|
H A D | tsan.cc | 794 instrument_memory_accesses (bool *cfg_changed) in instrument_memory_accesses() argument 821 *cfg_changed = true; in instrument_memory_accesses() 869 bool cfg_changed = false; in tsan_pass() local 870 if (instrument_memory_accesses (&cfg_changed)) in tsan_pass() 872 return cfg_changed ? TODO_cleanup_cfg : 0; in tsan_pass()
|
H A D | tree-ssa-ifcombine.cc | 822 bool cfg_changed = false; in execute() local 848 cfg_changed |= true; in execute() 854 return cfg_changed ? TODO_cleanup_cfg : 0; in execute()
|
H A D | ipa-param-manipulation.cc | 2263 bool cfg_changed = false; in modify_cfun_body() local 2316 cfg_changed = true; in modify_cfun_body() 2322 return cfg_changed; in modify_cfun_body() 2428 bool cfg_changed; in perform_cfun_body_modifications() local 2430 cfg_changed = modify_cfun_body (); in perform_cfun_body_modifications() 2433 return cfg_changed; in perform_cfun_body_modifications()
|
H A D | ipa-pure-const.cc | 2373 bool cfg_changed = false; in execute() local 2384 cfg_changed = true; in execute() 2390 return cfg_changed ? TODO_cleanup_cfg : 0; in execute()
|
H A D | postreload.cc | 215 bool cfg_changed = false; in reload_cse_regs_1() local 227 cfg_changed |= reload_cse_simplify (insn, testreg); in reload_cse_regs_1() 235 if (cfg_changed) in reload_cse_regs_1()
|
H A D | tree-ssa-ccp.cc | 4215 bool cfg_changed = false; in execute() local 4290 cfg_changed = true; in execute() 4495 cfg_changed = true; in execute() 4519 if (cfg_changed) in execute()
|
H A D | tree-vect-generic.cc | 2402 bool cfg_changed = false; in expand_vector_operations() local 2417 cfg_changed = true; in expand_vector_operations() 2423 return cfg_changed ? TODO_cleanup_cfg : 0; in expand_vector_operations()
|
H A D | tree-sra.cc | 4583 bool cfg_changed = false; in sra_modify_function_body() local 4663 cfg_changed = true; in sra_modify_function_body() 4671 return cfg_changed; in sra_modify_function_body()
|
H A D | ipa-prop.cc | 6053 bool cfg_changed = rr.second; in ipcp_transform_function() local 6060 if (cfg_changed) in ipcp_transform_function() 6079 cfg_changed |= walker.cleanup_eh (); in ipcp_transform_function() 6093 if (cfg_changed) in ipcp_transform_function()
|
H A D | ChangeLog-2017 | 35234 (instrument_memory_accesses): Add cfg_changed argument. 35235 Call gimple_purge_dead_eh_edges on each block and set *cfg_changed 35237 (tsan_pass): Adjust caller. Return TODO_cleanup_cfg if cfg_changed.
|
H A D | ChangeLog-2021 | 35014 (match_arith_overflow): ... this. Add cfg_changed argument. Handle
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-forwprop.c | 184 static bool cfg_changed; variable 312 bool cfg_changed = false; in remove_prop_source_from_use() local 320 return cfg_changed; in remove_prop_source_from_use() 325 return cfg_changed; in remove_prop_source_from_use() 338 return cfg_changed; in remove_prop_source_from_use() 485 bool cfg_changed = false; in forward_propagate_into_comparison() local 501 cfg_changed |= remove_prop_source_from_use (rhs1); in forward_propagate_into_comparison() 503 cfg_changed |= remove_prop_source_from_use (rhs2); in forward_propagate_into_comparison() 504 return cfg_changed ? 2 : 1; in forward_propagate_into_comparison() 522 bool cfg_changed = false; in forward_propagate_into_gimple_cond() local [all …]
|
H A D | tsan.c | 780 instrument_memory_accesses (bool *cfg_changed) in instrument_memory_accesses() argument 805 *cfg_changed = true; in instrument_memory_accesses() 853 bool cfg_changed = false; in tsan_pass() local 854 if (instrument_memory_accesses (&cfg_changed)) in tsan_pass() 856 return cfg_changed ? TODO_cleanup_cfg : 0; in tsan_pass()
|
H A D | tree-ssa-ifcombine.c | 809 bool cfg_changed = false; in execute() local 835 cfg_changed |= true; in execute() 841 return cfg_changed ? TODO_cleanup_cfg : 0; in execute()
|
H A D | ipa-param-manipulation.c | 1765 bool cfg_changed = false; in modify_cfun_body() local 1818 cfg_changed = true; in modify_cfun_body() 1824 return cfg_changed; in modify_cfun_body() 1931 bool cfg_changed; in perform_cfun_body_modifications() local 1933 cfg_changed = modify_cfun_body (); in perform_cfun_body_modifications() 1936 return cfg_changed; in perform_cfun_body_modifications()
|
H A D | tree-ssa-math-opts.c | 1135 bool cfg_changed = false; in execute_cse_sincos_1() local 1218 cfg_changed = true; in execute_cse_sincos_1() 1221 return cfg_changed; in execute_cse_sincos_1() 2133 bool cfg_changed = false; in execute() local 2171 cfg_changed |= execute_cse_sincos_1 (arg); in execute() 2266 cfg_changed |= gimple_purge_dead_eh_edges (bb); in execute() 2272 return cfg_changed ? TODO_cleanup_cfg : 0; in execute() 3850 bool cfg_changed = false; in execute() local 3856 math_opts_dom_walker (&cfg_changed).walk (ENTRY_BLOCK_PTR_FOR_FN (cfun)); in execute() 3867 return cfg_changed ? TODO_cleanup_cfg : 0; in execute()
|
H A D | ipa-pure-const.c | 2347 bool cfg_changed = false; in execute() local 2358 cfg_changed = true; in execute() 2364 return cfg_changed ? TODO_cleanup_cfg : 0; in execute()
|
H A D | postreload.c | 207 bool cfg_changed = false; in reload_cse_regs_1() local 219 cfg_changed |= reload_cse_simplify (insn, testreg); in reload_cse_regs_1() 227 if (cfg_changed) in reload_cse_regs_1()
|
H A D | tree-ssa-ccp.c | 3267 bool cfg_changed = false; in execute() local 3342 cfg_changed = true; in execute() 3464 cfg_changed = true; in execute() 3488 if (cfg_changed) in execute()
|
H A D | tree-vect-generic.c | 2234 bool cfg_changed = false; in expand_vector_operations() local 2247 cfg_changed = true; in expand_vector_operations() 2251 return cfg_changed ? TODO_cleanup_cfg : 0; in expand_vector_operations()
|
H A D | tree-sra.c | 4432 bool cfg_changed = false; in sra_modify_function_body() local 4502 cfg_changed = true; in sra_modify_function_body() 4510 return cfg_changed; in sra_modify_function_body()
|
H A D | ipa-prop.c | 5750 bool cfg_changed = false, something_changed = false; in ipcp_transform_function() local 5782 &cfg_changed).walk (ENTRY_BLOCK_PTR_FOR_FN (cfun)); in ipcp_transform_function() 5801 if (cfg_changed) in ipcp_transform_function()
|