Home
last modified time | relevance | path

Searched defs:ipa_opt_pass_d (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-pass.h179 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 *);
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-pass.h171 ipa_opt_pass_d (const pass_data& data, gcc::context *ctxt, in ipa_opt_pass_d() function
H A Dcgraph.h28 class ipa_opt_pass_d; variable