Home
last modified time | relevance | path

Searched refs:cfg_hooks (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dcfghooks.c34 static struct cfg_hooks *cfg_hooks; variable
40 cfg_hooks = &rtl_cfg_hooks; in rtl_register_cfg_hooks()
55 cfg_hooks = &tree_cfg_hooks; in tree_register_cfg_hooks()
273 if (cfg_hooks->dump_bb) in dump_bb()
289 cfg_hooks->name); in redirect_edge_and_branch()
307 cfg_hooks->name); in redirect_edge_and_branch_force()
574 cfg_hooks->name); in make_forwarder_block()
679 cfg_hooks->name); in can_duplicate_block_p()
707 cfg_hooks->name); in duplicate_block()
786 cfg_hooks->name); in block_ends_with_condjump_p()
[all …]
H A Dcfghooks.h25 struct cfg_hooks struct
182 extern struct cfg_hooks tree_cfg_hooks;
183 extern struct cfg_hooks rtl_cfg_hooks;
184 extern struct cfg_hooks cfg_layout_rtl_cfg_hooks;
H A Dcfgrtl.c3022 struct cfg_hooks rtl_cfg_hooks = {
3065 struct cfg_hooks cfg_layout_rtl_cfg_hooks = {
H A Dtree-cfg.c5591 struct cfg_hooks tree_cfg_hooks = {
H A DChangeLog.tree-ssa1439 * cfghooks.h (struct cfg_hooks): Add can_duplicate_block_p and
1764 * cfghooks.h: (struct cfg_hooks): add block_ends_with_call_p,
2819 * cfghooks.h (cfg_hooks): add predict_edge and predicted_by_p
2881 cfg_hooks directly.
2888 (cfg_hooks): Made static.
2896 * cfghooks.h (struct cfg_hooks): Modified.
4252 of cfg_hooks.
9069 * cfghooks.h (cfg_hooks): Add cfgh_loop_optimizer_init, and
9628 * tree-cfg.c: Move cfg_hooks structures and functions for
H A DChangeLog-20044024 * cfghooks.h (cfg_hooks): Add execute_on_growing_pred and
33381 (struct cfg_hooks): Add fields block_ends_with_call_p,
44548 (cfg_hooks): Define here.
44556 * cfghooks.h (struct cfg_hooks): Added fields name,
44564 (cfg_hooks): Do not export.
H A DChangeLog-200522765 * cfghooks.h (struct cfg_hooks): Reword comments to avoid 'abort'.
26241 flush_pending_stmts): New in cfg_hooks structure.
H A DChangeLog-200315863 * cfghooks.h (cfg_hooks): Add create_basic_block, can_merge_blocks_p,