Home
last modified time | relevance | path

Searched refs:current_pass (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dstatistics.cc94 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 …]
Dpasses.cc72 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 …]
DChangeLog.jit106 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.
Dopt-problem.cc45 : m_optinfo (loc, OPTINFO_KIND_FAILURE, current_pass) in opt_problem()
Dplugin.def80 /* Allows to override pass gate decision for current_pass. */
Dbb-reorder.cc1078 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()
Dipa-pure-const.cc1226 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()
Dtree-pass.h652 extern opt_pass *current_pass;
Dcgraph.cc4059 opt_pass *saved_current_pass = current_pass; in get_body()
4076 current_pass = saved_current_pass; in get_body()
Ddumpfile.cc1200 m_pending = new optinfo (loc, OPTINFO_KIND_NOTE, current_pass); in begin_next_optinfo()
DChangeLog.dataflow2336 (current_pass): New variable.
DChangeLog-200819262 * tree-pass.h (current_pass): Declare.
24621 * passes.c (current_pass): Update declaration.
26614 * regclass.c (current_pass): Remove declaration.
DChangeLog-201414207 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
DChangeLog-201614871 NULL current_pass.
DChangeLog-201120532 * passes.c (execute_one_pass): Restore current_pass after
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr-log.cc238 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/
Dplugins.texi204 /* 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
Dgccint.info45637 /* 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/
Di386.cc10466 && (current_pass->type == GIMPLE_PASS in ix86_address_cost()
10474 && (current_pass->type == GIMPLE_PASS in ix86_address_cost()