Home
last modified time | relevance | path

Searched refs:tree_cfg_hooks (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dcfghooks.h182 extern struct cfg_hooks tree_cfg_hooks;
H A Dcfghooks.c55 cfg_hooks = &tree_cfg_hooks; in tree_register_cfg_hooks()
63 return cfg_hooks == &tree_cfg_hooks ? 1 : 0; in ir_type()
H A Dtree-cfg.c5591 struct cfg_hooks tree_cfg_hooks = { variable
H A DChangeLog.tree-ssa1471 (tree_cfg_hooks): Fill in can_duplicate_block_p and duplicate_block
1820 (tree_cfg_hooks): Add tree_block_ends_with_call_p,
2845 * tree-cfg.c (tree_cfg_hooks): Add prediction hooks.
2863 (tree_cfg_hooks): Add tree_can_merge_blocks_p and tree_merge_blocks.
2950 (tree_cfg_hooks): Modified.
3434 (tree_cfg_hooks): Add tree_split_block.
6225 * tree-cfg.c (tree_cfg_hooks): Move to end of file; set
7093 `prefix' argument. Put in tree_cfg_hooks as cfg hook for dump_bb.
9084 functions. Register them in tree_cfg_hooks.
11538 into the tree_cfg_hooks and rtl_make_forwarder_block into the
H A DChangeLog-20043867 (tree_cfg_hooks): Add tree_execute_on_growing_pred.
4031 * tree-cfg.c (tree_cfg_hooks): Likewise.
4034 (tree_cfg_hooks): Use it.
33385 (tree_cfg_hooks, ir_type, tree_register_cfg_hooks): Declare.
H A DChangeLog-200526258 (tree_cfg_hooks): Add new hooks to initialization.