Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-cfg.h32 extern void init_empty_tree_cfg_for_function (struct function *);
H A Dread-rtl-function.cc526 init_empty_tree_cfg_for_function (cfun); in create_function()
H A Dlto-streamer-in.cc1019 init_empty_tree_cfg_for_function (fn); in input_cfg()
H A 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()
H A 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.
H A DChangeLog-200819147 * tree-flow.h (init_empty_tree_cfg_for_function): Declare.
19148 * tree-cfg.c (init_empty_tree_cfg_for_function): Define.
H A 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.old/dist/gcc/
H A Dtree-cfg.h32 extern void init_empty_tree_cfg_for_function (struct function *);
H A Dread-rtl-function.c526 init_empty_tree_cfg_for_function (cfun); in create_function()
H A Dlto-streamer-in.c1031 init_empty_tree_cfg_for_function (fn);
H A Dtree-cfg.c177 init_empty_tree_cfg_for_function (struct function *fn) in init_empty_tree_cfg_for_function() function
205 init_empty_tree_cfg_for_function (cfun); in init_empty_tree_cfg()
9869 init_empty_tree_cfg_for_function (fun); in push_fndecl()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A DChangeLog5657 * lto-read.c (input_cfg): Call init_empty_tree_cfg_for_function.