Lines Matching defs:passes

62       This passes control to the back-end.  Optimizations are performed and
75 a) early optimizations. These are local passes executed in
83 b) early small interprocedural passes.
85 Those are interprocedural passes executed only at compilation
89 c) IP analysis stage. All interprocedural passes do their
92 Interprocedural passes differ from small interprocedural
93 passes by their ability to operate across whole program
106 e) IP propagation stage. All IP passes execute their
121 IP passes can produce copies of existing functions (such
128 All IP passes transform function bodies based on earlier
131 4) late small IP passes
133 Simple IP passes working within single program partition.
144 Note that with -fno-toplevel-reorder passes 5 and 6
213 secondary queue used during optimization to accommodate passes that
339 /* Early passes compute inline parameters to do inlining
512 processing to avoid need the passes to be re-entrant. */
517 gcc::pass_manager *passes = g->get_passes ();
568 execute_pass_list (cfun, passes->all_lowering_passes);
569 passes->execute_early_local_passes ();
1360 passes away. Perhaps it can notice a DECL that is now a
1833 /* Signal the start of passes. */
1838 /* Signal the end of passes. */
2151 gcc::pass_manager *passes = g->get_passes ();
2162 execute_ipa_pass_list (passes->all_small_ipa_passes);
2187 ((ipa_opt_pass_d *) passes->all_regular_ipa_passes);
2220 execute_ipa_pass_list (passes->all_regular_ipa_passes);
2279 /* Don't run the IPA passes if there was any error or sorry messages. */