Searched refs:new_cfun (Results 1 – 2 of 2) sorted by relevance
104 void push_cfun (struct function *new_cfun);
874 struct function *new_cfun; in copy_cfg_body() local911 new_cfun = in copy_cfg_body()913 *new_cfun = *DECL_STRUCT_FUNCTION (callee_fndecl); in copy_cfg_body()914 new_cfun->cfg = NULL; in copy_cfg_body()915 new_cfun->decl = new_fndecl = copy_node (callee_fndecl); in copy_cfg_body()916 new_cfun->ib_boundaries_block = NULL; in copy_cfg_body()917 DECL_STRUCT_FUNCTION (new_fndecl) = new_cfun; in copy_cfg_body()918 push_cfun (new_cfun); in copy_cfg_body()1887 push_cfun (struct function *new_cfun)1890 cfun = new_cfun;