pass-instances.def 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  1. /* This file is auto-generated by gen-pass-instances.awk
  2. from passes.def. */
  3. /* Description of pass structure
  4. Copyright (C) 1987-2015 Free Software Foundation, Inc.
  5. This file is part of GCC.
  6. GCC is free software; you can redistribute it and/or modify it under
  7. the terms of the GNU General Public License as published by the Free
  8. Software Foundation; either version 3, or (at your option) any later
  9. version.
  10. GCC is distributed in the hope that it will be useful, but WITHOUT ANY
  11. WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
  13. for more details.
  14. You should have received a copy of the GNU General Public License
  15. along with GCC; see the file COPYING3. If not see
  16. <http://www.gnu.org/licenses/>. */
  17. /*
  18. Macros that should be defined when using this file:
  19. INSERT_PASSES_AFTER (PASS)
  20. PUSH_INSERT_PASSES_WITHIN (PASS)
  21. POP_INSERT_PASSES ()
  22. NEXT_PASS (PASS, 1)
  23. TERMINATE_PASS_LIST ()
  24. */
  25. /* All passes needed to lower the function into shape optimizers can
  26. operate on. These passes are always run first on the function, but
  27. backend might produce already lowered functions that are not processed
  28. by these passes. */
  29. INSERT_PASSES_AFTER (all_lowering_passes)
  30. NEXT_PASS (pass_warn_unused_result, 1);
  31. NEXT_PASS (pass_diagnose_omp_blocks, 1);
  32. NEXT_PASS (pass_diagnose_tm_blocks, 1);
  33. NEXT_PASS (pass_lower_omp, 1);
  34. NEXT_PASS (pass_lower_cf, 1);
  35. NEXT_PASS (pass_lower_tm, 1);
  36. NEXT_PASS (pass_refactor_eh, 1);
  37. NEXT_PASS (pass_lower_eh, 1);
  38. NEXT_PASS (pass_build_cfg, 1);
  39. NEXT_PASS (pass_warn_function_return, 1);
  40. NEXT_PASS (pass_expand_omp, 1);
  41. NEXT_PASS (pass_build_cgraph_edges, 1);
  42. TERMINATE_PASS_LIST ()
  43. /* Interprocedural optimization passes. */
  44. INSERT_PASSES_AFTER (all_small_ipa_passes)
  45. NEXT_PASS (pass_ipa_free_lang_data, 1);
  46. NEXT_PASS (pass_ipa_function_and_variable_visibility, 1);
  47. NEXT_PASS (pass_ipa_chkp_versioning, 1);
  48. NEXT_PASS (pass_ipa_chkp_early_produce_thunks, 1);
  49. NEXT_PASS (pass_build_ssa_passes, 1);
  50. PUSH_INSERT_PASSES_WITHIN (pass_build_ssa_passes)
  51. NEXT_PASS (pass_fixup_cfg, 1);
  52. NEXT_PASS (pass_init_datastructures, 1);
  53. NEXT_PASS (pass_build_ssa, 1);
  54. NEXT_PASS (pass_ubsan, 1);
  55. NEXT_PASS (pass_early_warn_uninitialized, 1);
  56. NEXT_PASS (pass_nothrow, 1);
  57. POP_INSERT_PASSES ()
  58. NEXT_PASS (pass_chkp_instrumentation_passes, 1);
  59. PUSH_INSERT_PASSES_WITHIN (pass_chkp_instrumentation_passes)
  60. NEXT_PASS (pass_fixup_cfg, 2);
  61. NEXT_PASS (pass_chkp, 1);
  62. NEXT_PASS (pass_rebuild_cgraph_edges, 1);
  63. POP_INSERT_PASSES ()
  64. NEXT_PASS (pass_local_optimization_passes, 1);
  65. PUSH_INSERT_PASSES_WITHIN (pass_local_optimization_passes)
  66. NEXT_PASS (pass_fixup_cfg, 3);
  67. NEXT_PASS (pass_rebuild_cgraph_edges, 2);
  68. NEXT_PASS (pass_inline_parameters, 1);
  69. NEXT_PASS (pass_early_inline, 1);
  70. NEXT_PASS (pass_all_early_optimizations, 1);
  71. PUSH_INSERT_PASSES_WITHIN (pass_all_early_optimizations)
  72. NEXT_PASS (pass_remove_cgraph_callee_edges, 1);
  73. NEXT_PASS (pass_rename_ssa_copies, 1);
  74. NEXT_PASS (pass_object_sizes, 1);
  75. NEXT_PASS (pass_ccp, 1);
  76. /* After CCP we rewrite no longer addressed locals into SSA
  77. form if possible. */
  78. NEXT_PASS (pass_forwprop, 1);
  79. NEXT_PASS (pass_sra_early, 1);
  80. /* pass_build_ealias is a dummy pass that ensures that we
  81. execute TODO_rebuild_alias at this point. */
  82. NEXT_PASS (pass_build_ealias, 1);
  83. NEXT_PASS (pass_fre, 1);
  84. NEXT_PASS (pass_merge_phi, 1);
  85. NEXT_PASS (pass_cd_dce, 1);
  86. NEXT_PASS (pass_early_ipa_sra, 1);
  87. NEXT_PASS (pass_tail_recursion, 1);
  88. NEXT_PASS (pass_convert_switch, 1);
  89. NEXT_PASS (pass_cleanup_eh, 1);
  90. NEXT_PASS (pass_profile, 1);
  91. NEXT_PASS (pass_local_pure_const, 1);
  92. /* Split functions creates parts that are not run through
  93. early optimizations again. It is thus good idea to do this
  94. late. */
  95. NEXT_PASS (pass_split_functions, 1);
  96. POP_INSERT_PASSES ()
  97. NEXT_PASS (pass_release_ssa_names, 1);
  98. NEXT_PASS (pass_rebuild_cgraph_edges, 3);
  99. NEXT_PASS (pass_inline_parameters, 2);
  100. POP_INSERT_PASSES ()
  101. NEXT_PASS (pass_ipa_chkp_produce_thunks, 1);
  102. NEXT_PASS (pass_ipa_auto_profile, 1);
  103. NEXT_PASS (pass_ipa_free_inline_summary, 1);
  104. NEXT_PASS (pass_ipa_tree_profile, 1);
  105. PUSH_INSERT_PASSES_WITHIN (pass_ipa_tree_profile)
  106. NEXT_PASS (pass_feedback_split_functions, 1);
  107. POP_INSERT_PASSES ()
  108. NEXT_PASS (pass_ipa_increase_alignment, 1);
  109. NEXT_PASS (pass_ipa_tm, 1);
  110. NEXT_PASS (pass_ipa_lower_emutls, 1);
  111. TERMINATE_PASS_LIST ()
  112. INSERT_PASSES_AFTER (all_regular_ipa_passes)
  113. NEXT_PASS (pass_ipa_whole_program_visibility, 1);
  114. NEXT_PASS (pass_ipa_profile, 1);
  115. NEXT_PASS (pass_ipa_icf, 1);
  116. NEXT_PASS (pass_ipa_devirt, 1);
  117. NEXT_PASS (pass_ipa_cp, 1);
  118. NEXT_PASS (pass_ipa_cdtor_merge, 1);
  119. NEXT_PASS (pass_ipa_inline, 1);
  120. NEXT_PASS (pass_ipa_pure_const, 1);
  121. NEXT_PASS (pass_ipa_reference, 1);
  122. /* This pass needs to be scheduled after any IP code duplication. */
  123. NEXT_PASS (pass_ipa_single_use, 1);
  124. /* Comdat privatization come last, as direct references to comdat local
  125. symbols are not allowed outside of the comdat group. Privatizing early
  126. would result in missed optimizations due to this restriction. */
  127. NEXT_PASS (pass_ipa_comdats, 1);
  128. TERMINATE_PASS_LIST ()
  129. /* Simple IPA passes executed after the regular passes. In WHOPR mode the
  130. passes are executed after partitioning and thus see just parts of the
  131. compiled unit. */
  132. INSERT_PASSES_AFTER (all_late_ipa_passes)
  133. NEXT_PASS (pass_ipa_pta, 1);
  134. NEXT_PASS (pass_omp_simd_clone, 1);
  135. TERMINATE_PASS_LIST ()
  136. /* These passes are run after IPA passes on every function that is being
  137. output to the assembler file. */
  138. INSERT_PASSES_AFTER (all_passes)
  139. NEXT_PASS (pass_fixup_cfg, 4);
  140. NEXT_PASS (pass_lower_eh_dispatch, 1);
  141. NEXT_PASS (pass_all_optimizations, 1);
  142. PUSH_INSERT_PASSES_WITHIN (pass_all_optimizations)
  143. NEXT_PASS (pass_remove_cgraph_callee_edges, 2);
  144. /* Initial scalar cleanups before alias computation.
  145. They ensure memory accesses are not indirect wherever possible. */
  146. NEXT_PASS (pass_strip_predict_hints, 1);
  147. NEXT_PASS (pass_rename_ssa_copies, 2);
  148. NEXT_PASS (pass_ccp, 2);
  149. /* After CCP we rewrite no longer addressed locals into SSA
  150. form if possible. */
  151. NEXT_PASS (pass_copy_prop, 1);
  152. NEXT_PASS (pass_complete_unrolli, 1);
  153. NEXT_PASS (pass_phiprop, 1);
  154. NEXT_PASS (pass_forwprop, 2);
  155. NEXT_PASS (pass_object_sizes, 2);
  156. /* pass_build_alias is a dummy pass that ensures that we
  157. execute TODO_rebuild_alias at this point. */
  158. NEXT_PASS (pass_build_alias, 1);
  159. NEXT_PASS (pass_return_slot, 1);
  160. NEXT_PASS (pass_fre, 2);
  161. NEXT_PASS (pass_merge_phi, 2);
  162. NEXT_PASS (pass_vrp, 1);
  163. NEXT_PASS (pass_chkp_opt, 1);
  164. NEXT_PASS (pass_dce, 1);
  165. NEXT_PASS (pass_call_cdce, 1);
  166. NEXT_PASS (pass_cselim, 1);
  167. NEXT_PASS (pass_copy_prop, 2);
  168. NEXT_PASS (pass_tree_ifcombine, 1);
  169. NEXT_PASS (pass_phiopt, 1);
  170. NEXT_PASS (pass_tail_recursion, 2);
  171. NEXT_PASS (pass_ch, 1);
  172. NEXT_PASS (pass_stdarg, 1);
  173. NEXT_PASS (pass_lower_complex, 1);
  174. NEXT_PASS (pass_sra, 1);
  175. NEXT_PASS (pass_rename_ssa_copies, 3);
  176. /* The dom pass will also resolve all __builtin_constant_p calls
  177. that are still there to 0. This has to be done after some
  178. propagations have already run, but before some more dead code
  179. is removed, and this place fits nicely. Remember this when
  180. trying to move or duplicate pass_dominator somewhere earlier. */
  181. NEXT_PASS (pass_dominator, 1);
  182. /* At this point the majority of const/copy propagations
  183. are exposed. Go ahead and identify paths that should never
  184. be executed in a conforming program and isolate those paths.
  185. This will expose more degenerate PHIs in the main path and
  186. expose more PRE/DOM optimization opportunities. */
  187. NEXT_PASS (pass_isolate_erroneous_paths, 1);
  188. /* The only const/copy propagation opportunities left after
  189. DOM and erroneous path isolation should be due to degenerate PHI nodes.
  190. So rather than run the full propagators, run a specialized pass which
  191. only examines PHIs to discover const/copy propagation
  192. opportunities. */
  193. NEXT_PASS (pass_phi_only_cprop, 1);
  194. NEXT_PASS (pass_dse, 1);
  195. NEXT_PASS (pass_reassoc, 1);
  196. NEXT_PASS (pass_dce, 2);
  197. NEXT_PASS (pass_forwprop, 3);
  198. NEXT_PASS (pass_phiopt, 2);
  199. NEXT_PASS (pass_ccp, 3);
  200. /* After CCP we rewrite no longer addressed locals into SSA
  201. form if possible. */
  202. NEXT_PASS (pass_copy_prop, 3);
  203. NEXT_PASS (pass_cse_sincos, 1);
  204. NEXT_PASS (pass_optimize_bswap, 1);
  205. NEXT_PASS (pass_split_crit_edges, 1);
  206. NEXT_PASS (pass_pre, 1);
  207. NEXT_PASS (pass_sink_code, 1);
  208. NEXT_PASS (pass_asan, 1);
  209. NEXT_PASS (pass_tsan, 1);
  210. /* Pass group that runs when 1) enabled, 2) there are loops
  211. in the function. Make sure to run pass_fix_loops before
  212. to discover/remove loops before running the gate function
  213. of pass_tree_loop. */
  214. NEXT_PASS (pass_fix_loops, 1);
  215. NEXT_PASS (pass_tree_loop, 1);
  216. PUSH_INSERT_PASSES_WITHIN (pass_tree_loop)
  217. NEXT_PASS (pass_tree_loop_init, 1);
  218. NEXT_PASS (pass_lim, 1);
  219. NEXT_PASS (pass_copy_prop, 4);
  220. NEXT_PASS (pass_dce, 3);
  221. NEXT_PASS (pass_tree_unswitch, 1);
  222. NEXT_PASS (pass_scev_cprop, 1);
  223. NEXT_PASS (pass_record_bounds, 1);
  224. NEXT_PASS (pass_check_data_deps, 1);
  225. NEXT_PASS (pass_loop_distribution, 1);
  226. NEXT_PASS (pass_copy_prop, 5);
  227. NEXT_PASS (pass_graphite, 1);
  228. PUSH_INSERT_PASSES_WITHIN (pass_graphite)
  229. NEXT_PASS (pass_graphite_transforms, 1);
  230. NEXT_PASS (pass_lim, 2);
  231. NEXT_PASS (pass_copy_prop, 6);
  232. NEXT_PASS (pass_dce, 4);
  233. POP_INSERT_PASSES ()
  234. NEXT_PASS (pass_iv_canon, 1);
  235. NEXT_PASS (pass_parallelize_loops, 1);
  236. PUSH_INSERT_PASSES_WITHIN (pass_parallelize_loops)
  237. NEXT_PASS (pass_expand_omp_ssa, 1);
  238. POP_INSERT_PASSES ()
  239. NEXT_PASS (pass_if_conversion, 1);
  240. /* pass_vectorize must immediately follow pass_if_conversion.
  241. Please do not add any other passes in between. */
  242. NEXT_PASS (pass_vectorize, 1);
  243. PUSH_INSERT_PASSES_WITHIN (pass_vectorize)
  244. NEXT_PASS (pass_dce, 5);
  245. POP_INSERT_PASSES ()
  246. NEXT_PASS (pass_predcom, 1);
  247. NEXT_PASS (pass_complete_unroll, 1);
  248. NEXT_PASS (pass_slp_vectorize, 1);
  249. NEXT_PASS (pass_loop_prefetch, 1);
  250. /* Run IVOPTs after the last pass that uses data-reference analysis
  251. as that doesn't handle TARGET_MEM_REFs. */
  252. NEXT_PASS (pass_iv_optimize, 1);
  253. NEXT_PASS (pass_lim, 3);
  254. NEXT_PASS (pass_tree_loop_done, 1);
  255. POP_INSERT_PASSES ()
  256. /* Pass group that runs when pass_tree_loop is disabled or there
  257. are no loops in the function. */
  258. NEXT_PASS (pass_tree_no_loop, 1);
  259. PUSH_INSERT_PASSES_WITHIN (pass_tree_no_loop)
  260. NEXT_PASS (pass_slp_vectorize, 2);
  261. POP_INSERT_PASSES ()
  262. NEXT_PASS (pass_simduid_cleanup, 1);
  263. NEXT_PASS (pass_lower_vector_ssa, 1);
  264. NEXT_PASS (pass_cse_reciprocals, 1);
  265. NEXT_PASS (pass_reassoc, 2);
  266. NEXT_PASS (pass_strength_reduction, 1);
  267. NEXT_PASS (pass_tracer, 1);
  268. NEXT_PASS (pass_dominator, 2);
  269. NEXT_PASS (pass_strlen, 1);
  270. NEXT_PASS (pass_vrp, 2);
  271. /* The only const/copy propagation opportunities left after
  272. DOM and VRP should be due to degenerate PHI nodes. So rather than
  273. run the full propagators, run a specialized pass which
  274. only examines PHIs to discover const/copy propagation
  275. opportunities. */
  276. NEXT_PASS (pass_phi_only_cprop, 2);
  277. NEXT_PASS (pass_cd_dce, 2);
  278. NEXT_PASS (pass_dse, 2);
  279. NEXT_PASS (pass_forwprop, 4);
  280. NEXT_PASS (pass_phiopt, 3);
  281. NEXT_PASS (pass_fold_builtins, 1);
  282. NEXT_PASS (pass_optimize_widening_mul, 1);
  283. NEXT_PASS (pass_tail_calls, 1);
  284. NEXT_PASS (pass_rename_ssa_copies, 4);
  285. /* FIXME: If DCE is not run before checking for uninitialized uses,
  286. we may get false warnings (e.g., testsuite/gcc.dg/uninit-5.c).
  287. However, this also causes us to misdiagnose cases that should be
  288. real warnings (e.g., testsuite/gcc.dg/pr18501.c).
  289. To fix the false positives in uninit-5.c, we would have to
  290. account for the predicates protecting the set and the use of each
  291. variable. Using a representation like Gated Single Assignment
  292. may help. */
  293. /* Split critical edges before late uninit warning to reduce the
  294. number of false positives from it. */
  295. NEXT_PASS (pass_split_crit_edges, 2);
  296. NEXT_PASS (pass_late_warn_uninitialized, 1);
  297. NEXT_PASS (pass_uncprop, 1);
  298. NEXT_PASS (pass_local_pure_const, 2);
  299. POP_INSERT_PASSES ()
  300. NEXT_PASS (pass_all_optimizations_g, 1);
  301. PUSH_INSERT_PASSES_WITHIN (pass_all_optimizations_g)
  302. NEXT_PASS (pass_remove_cgraph_callee_edges, 3);
  303. NEXT_PASS (pass_strip_predict_hints, 2);
  304. /* Lower remaining pieces of GIMPLE. */
  305. NEXT_PASS (pass_lower_complex, 2);
  306. NEXT_PASS (pass_lower_vector_ssa, 2);
  307. /* Perform simple scalar cleanup which is constant/copy propagation. */
  308. NEXT_PASS (pass_ccp, 4);
  309. NEXT_PASS (pass_object_sizes, 3);
  310. /* Fold remaining builtins. */
  311. NEXT_PASS (pass_fold_builtins, 2);
  312. /* Copy propagation also copy-propagates constants, this is necessary
  313. to forward object-size and builtin folding results properly. */
  314. NEXT_PASS (pass_copy_prop, 7);
  315. NEXT_PASS (pass_dce, 6);
  316. NEXT_PASS (pass_asan, 2);
  317. NEXT_PASS (pass_tsan, 2);
  318. NEXT_PASS (pass_rename_ssa_copies, 5);
  319. /* ??? We do want some kind of loop invariant motion, but we possibly
  320. need to adjust LIM to be more friendly towards preserving accurate
  321. debug information here. */
  322. /* Split critical edges before late uninit warning to reduce the
  323. number of false positives from it. */
  324. NEXT_PASS (pass_split_crit_edges, 3);
  325. NEXT_PASS (pass_late_warn_uninitialized, 2);
  326. NEXT_PASS (pass_uncprop, 2);
  327. NEXT_PASS (pass_local_pure_const, 3);
  328. POP_INSERT_PASSES ()
  329. NEXT_PASS (pass_tm_init, 1);
  330. PUSH_INSERT_PASSES_WITHIN (pass_tm_init)
  331. NEXT_PASS (pass_tm_mark, 1);
  332. NEXT_PASS (pass_tm_memopt, 1);
  333. NEXT_PASS (pass_tm_edges, 1);
  334. POP_INSERT_PASSES ()
  335. NEXT_PASS (pass_vtable_verify, 1);
  336. NEXT_PASS (pass_lower_vector, 1);
  337. NEXT_PASS (pass_lower_complex_O0, 1);
  338. NEXT_PASS (pass_asan_O0, 1);
  339. NEXT_PASS (pass_tsan_O0, 1);
  340. NEXT_PASS (pass_sanopt, 1);
  341. NEXT_PASS (pass_cleanup_eh, 2);
  342. NEXT_PASS (pass_lower_resx, 1);
  343. NEXT_PASS (pass_nrv, 1);
  344. NEXT_PASS (pass_cleanup_cfg_post_optimizing, 1);
  345. NEXT_PASS (pass_warn_function_noreturn, 1);
  346. NEXT_PASS (pass_expand, 1);
  347. NEXT_PASS (pass_rest_of_compilation, 1);
  348. PUSH_INSERT_PASSES_WITHIN (pass_rest_of_compilation)
  349. NEXT_PASS (pass_instantiate_virtual_regs, 1);
  350. NEXT_PASS (pass_into_cfg_layout_mode, 1);
  351. NEXT_PASS (pass_jump, 1);
  352. NEXT_PASS (pass_lower_subreg, 1);
  353. NEXT_PASS (pass_df_initialize_opt, 1);
  354. NEXT_PASS (pass_cse, 1);
  355. NEXT_PASS (pass_rtl_fwprop, 1);
  356. NEXT_PASS (pass_rtl_cprop, 1);
  357. NEXT_PASS (pass_rtl_pre, 1);
  358. NEXT_PASS (pass_rtl_hoist, 1);
  359. NEXT_PASS (pass_rtl_cprop, 2);
  360. NEXT_PASS (pass_rtl_store_motion, 1);
  361. NEXT_PASS (pass_cse_after_global_opts, 1);
  362. NEXT_PASS (pass_rtl_ifcvt, 1);
  363. NEXT_PASS (pass_reginfo_init, 1);
  364. /* Perform loop optimizations. It might be better to do them a bit
  365. sooner, but we want the profile feedback to work more
  366. efficiently. */
  367. NEXT_PASS (pass_loop2, 1);
  368. PUSH_INSERT_PASSES_WITHIN (pass_loop2)
  369. NEXT_PASS (pass_rtl_loop_init, 1);
  370. NEXT_PASS (pass_rtl_move_loop_invariants, 1);
  371. NEXT_PASS (pass_rtl_unroll_loops, 1);
  372. NEXT_PASS (pass_rtl_doloop, 1);
  373. NEXT_PASS (pass_rtl_loop_done, 1);
  374. TERMINATE_PASS_LIST ()
  375. POP_INSERT_PASSES ()
  376. NEXT_PASS (pass_web, 1);
  377. NEXT_PASS (pass_rtl_cprop, 3);
  378. NEXT_PASS (pass_cse2, 1);
  379. NEXT_PASS (pass_rtl_dse1, 1);
  380. NEXT_PASS (pass_rtl_fwprop_addr, 1);
  381. NEXT_PASS (pass_inc_dec, 1);
  382. NEXT_PASS (pass_initialize_regs, 1);
  383. NEXT_PASS (pass_ud_rtl_dce, 1);
  384. NEXT_PASS (pass_combine, 1);
  385. NEXT_PASS (pass_if_after_combine, 1);
  386. NEXT_PASS (pass_partition_blocks, 1);
  387. NEXT_PASS (pass_outof_cfg_layout_mode, 1);
  388. NEXT_PASS (pass_split_all_insns, 1);
  389. NEXT_PASS (pass_lower_subreg2, 1);
  390. NEXT_PASS (pass_df_initialize_no_opt, 1);
  391. NEXT_PASS (pass_stack_ptr_mod, 1);
  392. NEXT_PASS (pass_mode_switching, 1);
  393. NEXT_PASS (pass_match_asm_constraints, 1);
  394. NEXT_PASS (pass_sms, 1);
  395. NEXT_PASS (pass_live_range_shrinkage, 1);
  396. NEXT_PASS (pass_sched, 1);
  397. NEXT_PASS (pass_ira, 1);
  398. NEXT_PASS (pass_reload, 1);
  399. NEXT_PASS (pass_postreload, 1);
  400. PUSH_INSERT_PASSES_WITHIN (pass_postreload)
  401. NEXT_PASS (pass_postreload_cse, 1);
  402. NEXT_PASS (pass_gcse2, 1);
  403. NEXT_PASS (pass_split_after_reload, 1);
  404. NEXT_PASS (pass_ree, 1);
  405. NEXT_PASS (pass_compare_elim_after_reload, 1);
  406. NEXT_PASS (pass_branch_target_load_optimize1, 1);
  407. NEXT_PASS (pass_thread_prologue_and_epilogue, 1);
  408. NEXT_PASS (pass_rtl_dse2, 1);
  409. NEXT_PASS (pass_stack_adjustments, 1);
  410. NEXT_PASS (pass_jump2, 1);
  411. NEXT_PASS (pass_duplicate_computed_gotos, 1);
  412. NEXT_PASS (pass_sched_fusion, 1);
  413. NEXT_PASS (pass_peephole2, 1);
  414. NEXT_PASS (pass_if_after_reload, 1);
  415. NEXT_PASS (pass_regrename, 1);
  416. NEXT_PASS (pass_cprop_hardreg, 1);
  417. NEXT_PASS (pass_fast_rtl_dce, 1);
  418. NEXT_PASS (pass_reorder_blocks, 1);
  419. NEXT_PASS (pass_branch_target_load_optimize2, 1);
  420. NEXT_PASS (pass_leaf_regs, 1);
  421. NEXT_PASS (pass_split_before_sched2, 1);
  422. NEXT_PASS (pass_sched2, 1);
  423. NEXT_PASS (pass_stack_regs, 1);
  424. PUSH_INSERT_PASSES_WITHIN (pass_stack_regs)
  425. NEXT_PASS (pass_split_before_regstack, 1);
  426. NEXT_PASS (pass_stack_regs_run, 1);
  427. POP_INSERT_PASSES ()
  428. POP_INSERT_PASSES ()
  429. NEXT_PASS (pass_late_compilation, 1);
  430. PUSH_INSERT_PASSES_WITHIN (pass_late_compilation)
  431. NEXT_PASS (pass_compute_alignments, 1);
  432. NEXT_PASS (pass_variable_tracking, 1);
  433. NEXT_PASS (pass_free_cfg, 1);
  434. NEXT_PASS (pass_machine_reorg, 1);
  435. NEXT_PASS (pass_cleanup_barriers, 1);
  436. NEXT_PASS (pass_delay_slots, 1);
  437. NEXT_PASS (pass_split_for_shorten_branches, 1);
  438. NEXT_PASS (pass_convert_to_eh_region_ranges, 1);
  439. NEXT_PASS (pass_shorten_branches, 1);
  440. NEXT_PASS (pass_set_nothrow_function_flags, 1);
  441. NEXT_PASS (pass_dwarf2_frame, 1);
  442. NEXT_PASS (pass_final, 1);
  443. POP_INSERT_PASSES ()
  444. NEXT_PASS (pass_df_finish, 1);
  445. POP_INSERT_PASSES ()
  446. NEXT_PASS (pass_clean_state, 1);
  447. TERMINATE_PASS_LIST ()