Searched refs:current_pass (Results 1 – 19 of 19) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | statistics.cc | 94 gcc_assert (current_pass->static_pass_number >= 0); in curr_statistics_hash() 95 idx = current_pass->static_pass_number; in curr_statistics_hash() 152 current_pass->static_pass_number, in statistics_fini_pass_2() 153 current_pass->name, in statistics_fini_pass_2() 160 current_pass->static_pass_number, in statistics_fini_pass_2() 161 current_pass->name, in statistics_fini_pass_2() 185 if (current_pass->static_pass_number == -1) in statistics_fini_pass() 192 fprintf (dump_file, "Pass statistics of \"%s\": ", current_pass->name); in statistics_fini_pass() 315 if (current_pass in statistics_counter_event() 316 && current_pass->static_pass_number != -1) in statistics_counter_event() [all …]
|
| D | passes.cc | 72 opt_pass *current_pass; variable 136 if (current_pass) in print_current_pass() 138 current_pass->name, current_pass->static_pass_number); in print_current_pass() 1830 if (!current_pass) in emergency_dump_function() 1832 enum opt_pass_type pt = current_pass->type; in emergency_dump_function() 1835 current_pass->name); in emergency_dump_function() 1840 execute_function_dump (cfun, current_pass); in emergency_dump_function() 1842 if (symtab && current_pass->type == IPA_PASS) in emergency_dump_function() 2290 current_pass = pass; in execute_ipa_summary_passes() 2312 current_pass = pass; in execute_one_ipa_transform_pass() [all …]
|
| D | ChangeLog.jit | 106 assigning to current_pass. 107 (ipa_write_summaries_2): Assign "pass" to "current_pass" global 327 register_hooks to invoke as a method of current_pass. 334 * passes.c (execute_ipa_summary_passes): Set current_pass.
|
| D | opt-problem.cc | 45 : m_optinfo (loc, OPTINFO_KIND_FAILURE, current_pass) in opt_problem()
|
| D | plugin.def | 80 /* Allows to override pass gate decision for current_pass. */
|
| D | bb-reorder.cc | 1078 int current_pass; in connect_traces() local 1087 current_pass = 1; in connect_traces() 1097 for (i = 0; i < n_traces || (two_passes && current_pass == 1) ; i++) in connect_traces() 1106 gcc_assert (two_passes && current_pass == 1); in connect_traces() 1109 current_pass = 2; in connect_traces()
|
| D | ipa-pure-const.cc | 1226 pass_ipa_pure_const *pass = static_cast <pass_ipa_pure_const *> (current_pass); in pure_const_generate_summary() 1312 pass_ipa_pure_const *pass = static_cast <pass_ipa_pure_const *> (current_pass); in pure_const_read_summary()
|
| D | tree-pass.h | 652 extern opt_pass *current_pass;
|
| D | cgraph.cc | 4059 opt_pass *saved_current_pass = current_pass; in get_body() 4076 current_pass = saved_current_pass; in get_body()
|
| D | dumpfile.cc | 1200 m_pending = new optinfo (loc, OPTINFO_KIND_NOTE, current_pass); in begin_next_optinfo()
|
| D | ChangeLog.dataflow | 2336 (current_pass): New variable.
|
| D | ChangeLog-2008 | 19262 * tree-pass.h (current_pass): Declare. 24621 * passes.c (current_pass): Update declaration. 26614 * regclass.c (current_pass): Remove declaration.
|
| D | ChangeLog-2014 | 14207 register_hooks to invoke as a method of current_pass. 14223 * passes.c (execute_ipa_summary_passes): Set "current_pass" before 14225 (ipa_write_summaries_2): Assign "pass" to "current_pass" global
|
| D | ChangeLog-2016 | 14871 NULL current_pass.
|
| D | ChangeLog-2011 | 20532 * passes.c (execute_one_pass): Restore current_pass after
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/ |
| D | avr-log.cc | 238 if (!current_pass) in avr_log_vadump() 247 if (current_pass) in avr_log_vadump() 249 current_pass->name, in avr_log_vadump() 250 current_pass->static_pass_number); in avr_log_vadump()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | plugins.texi | 204 /* Allows to override pass gate decision for current_pass. */ 440 (the same as current_pass) as @code{gcc_data} to the callback. You can also
|
| D | gccint.info | 45637 /* Allows to override pass gate decision for current_pass. */ 45867 (the same as current_pass) as 'gcc_data' to the callback. You can also
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | i386.cc | 10466 && (current_pass->type == GIMPLE_PASS in ix86_address_cost() 10474 && (current_pass->type == GIMPLE_PASS in ix86_address_cost()
|