Home
last modified time | relevance | path

Searched refs:next_pass_1 (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpasses.c1292 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 Dpasses.cc1339 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 DChangeLog-200811591 * 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 DChangeLog-20093492 (next_pass_1): Assert that pass has a name.
7898 (next_pass_1): Change to call make_pass_instance.
H A DChangeLog-200720741 (next_pass_1): Set TODO_mark_first_instance.
29075 * passes.c (next_pass_1): Clear the next field of the copied
H A DChangeLog-200512822 register_dump_files, next_pass_1, last_verified, execute_todo,
12830 register_dump_files, next_pass_1, last_verified, execute_todo,
H A DChangeLog-201322983 (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 DChangeLog-200619495 (next_pass_1): Cosmetic fix.
H A DChangeLog-200421420 (next_pass_1): This.
21421 (NEXT_PASS): Call next_pass_1.