Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-cfg.h32 extern void init_empty_tree_cfg_for_function (struct function *);
Dread-rtl-function.cc526 init_empty_tree_cfg_for_function (cfun); in create_function()
Dlto-streamer-in.cc1019 init_empty_tree_cfg_for_function (fn); in input_cfg()
Dtree-cfg.cc182 init_empty_tree_cfg_for_function (struct function *fn) in init_empty_tree_cfg_for_function() function
208 init_empty_tree_cfg_for_function (cfun); in init_empty_tree_cfg()
9983 init_empty_tree_cfg_for_function (fun); in push_fndecl()
DChangeLog-20133150 * tree-cfg.c (init_empty_tree_cfg_for_function): Likewise.
3159 * tree-cfg.c (init_empty_tree_cfg_for_function): Likewise.
3170 * tree-cfg.c (init_empty_tree_cfg_for_function): Likewise.
3189 * tree-cfg.c (init_empty_tree_cfg_for_function): Likewise.
6117 * tree-cfg.c (init_empty_tree_cfg_for_function): Likewise.
7358 * tree-cfg.c (init_empty_tree_cfg_for_function): Likewise.
DChangeLog-200819147 * tree-flow.h (init_empty_tree_cfg_for_function): Declare.
19148 * tree-cfg.c (init_empty_tree_cfg_for_function): Define.
DChangeLog-202014036 * tree-cfg.c (init_empty_tree_cfg_for_function): Likewise.
14370 * tree-cfg.c (init_empty_tree_cfg_for_function): Likewise.
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
DChangeLog5657 * lto-read.c (input_cfg): Call init_empty_tree_cfg_for_function.