Home
last modified time | relevance | path

Searched defs:cfg_hooks (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dcfghooks.h25 struct cfg_hooks struct
28 const char *name;
31 int (*verify_flow_info) (void);
52 bool (*can_remove_branch_p) (const_edge);
55 void (*delete_basic_block) (basic_block);
85 basic_block (*split_edge) (edge);
86 void (*make_forwarder_block) (edge);
89 void (*tidy_fallthru_edge) (edge);
109 int (*flow_call_edges_add) (sbitmap);
113 void (*execute_on_growing_pred) (edge);
[all …]
H A Dcfghooks.c35 static struct cfg_hooks *cfg_hooks; variable
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcfghooks.h58 struct cfg_hooks struct
61 const char *name;
64 int (*verify_flow_info) (void);
119 basic_block (*split_edge) (edge);
120 void (*make_forwarder_block) (edge);
123 void (*tidy_fallthru_edge) (edge);
126 basic_block (*force_nonfallthru) (edge);
143 int (*flow_call_edges_add) (sbitmap);
147 void (*execute_on_growing_pred) (edge);
175 void (*flush_pending_stmts) (edge);
[all …]
H A Dcfghooks.c36 static struct cfg_hooks *cfg_hooks; variable