Searched refs:next_pass_1 (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | passes.c | 1292 next_pass_1 (opt_pass **list, opt_pass *pass, opt_pass *initial_pass) in next_pass_1() function 1576 p = next_pass_1 (p, PASS ## _ ## NUM, PASS ## _1); \ in pass_manager()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | passes.cc | 1339 next_pass_1 (opt_pass **list, opt_pass *pass, opt_pass *initial_pass) in next_pass_1() function 1623 p = next_pass_1 (p, PASS ## _ ## NUM, PASS ## _1); \ in pass_manager()
|
H A D | ChangeLog-2008 | 11591 * passes.c (next_pass_1): Likewise. 15760 * passes.c (set_pass_for_id, next_pass_1, 24624 (register_one_dump_file, register_dump_files_1, next_pass_1):
|
H A D | ChangeLog-2009 | 3492 (next_pass_1): Assert that pass has a name. 7898 (next_pass_1): Change to call make_pass_instance.
|
H A D | ChangeLog-2007 | 20741 (next_pass_1): Set TODO_mark_first_instance. 29075 * passes.c (next_pass_1): Clear the next field of the copied
|
H A D | ChangeLog-2005 | 12822 register_dump_files, next_pass_1, last_verified, execute_todo, 12830 register_dump_files, next_pass_1, last_verified, execute_todo,
|
H A D | ChangeLog-2013 | 22983 (next_pass_1): Add an initial_pass argument for use by 22988 (pass_manager::pass_manager): When invoking next_pass_1, also supply
|
H A D | ChangeLog-2006 | 19495 (next_pass_1): Cosmetic fix.
|
H A D | ChangeLog-2004 | 21420 (next_pass_1): This. 21421 (NEXT_PASS): Call next_pass_1.
|