Searched defs:cfg_hooks (Results 1 – 1 of 1) sorted by relevance
23 struct cfg_hooks struct26 const char *name;29 int (*verify_flow_info) (void);30 void (*dump_bb) (FILE *, basic_block, int, int);31 void (*dump_bb_for_graph) (pretty_printer *, basic_block);36 basic_block (*create_basic_block) (void *head, void *end, basic_block after);42 edge (*redirect_edge_and_branch) (edge e, basic_block b);47 basic_block (*redirect_edge_and_branch_force) (edge, basic_block);51 bool (*can_remove_branch_p) (const_edge);54 void (*delete_basic_block) (basic_block);[all …]