Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfghooks.h72 struct cfg_hooks struct
75 const char *name;
78 int (*verify_flow_info) (void);
79 void (*dump_bb) (FILE *, basic_block, int, dump_flags_t);
80 void (*dump_bb_for_graph) (pretty_printer *, basic_block);
85 basic_block (*create_basic_block) (void *head, void *end, basic_block after);
91 edge (*redirect_edge_and_branch) (edge e, basic_block b);
96 basic_block (*redirect_edge_and_branch_force) (edge, basic_block);
100 bool (*can_remove_branch_p) (const_edge);
103 void (*delete_basic_block) (basic_block);
[all …]
H A Dcfghooks.c42 static struct cfg_hooks *cfg_hooks; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfghooks.h75 struct cfg_hooks struct
78 const char *name;
81 int (*verify_flow_info) (void);
82 void (*dump_bb) (FILE *, basic_block, int, dump_flags_t);
83 void (*dump_bb_for_graph) (pretty_printer *, basic_block);
88 basic_block (*create_basic_block) (void *head, void *end, basic_block after);
94 edge (*redirect_edge_and_branch) (edge e, basic_block b);
99 basic_block (*redirect_edge_and_branch_force) (edge, basic_block);
103 bool (*can_remove_branch_p) (const_edge);
106 void (*delete_basic_block) (basic_block);
[all …]
H A Dcfghooks.cc45 static struct cfg_hooks *cfg_hooks; variable