Lines Matching defs:ipa_opt_pass_d
179 struct ipa_opt_pass_d struct
181 struct opt_pass pass;
185 void (*generate_summary) (void);
188 void (*write_summary) (struct cgraph_node_set_def *,
192 void (*read_summary) (void);
195 void (*write_optimization_summary) (struct cgraph_node_set_def *,
199 void (*read_optimization_summary) (void);
203 void (*stmt_fixup) (struct cgraph_node *, gimple *);
207 unsigned int function_transform_todo_flags_start;
208 unsigned int (*function_transform) (struct cgraph_node *);
209 void (*variable_transform) (struct varpool_node *);