Home
last modified time | relevance | path

Searched refs:init_flow (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfg.h84 extern void init_flow (function *);
H A Dcfg.c66 init_flow (struct function *the_fun) in init_flow() function
H A Dtree-cfg.c180 init_flow (fn); in init_empty_tree_cfg_for_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfg.h84 extern void init_flow (function *);
H A Dcfg.cc66 init_flow (struct function *the_fun) in init_flow() function
H A Dtree-cfg.cc185 init_flow (fn); in init_empty_tree_cfg_for_function()
H A DChangeLog.tree-ssa3005 (build_tree_cfg): Don't timevar, do init_flow. Ensure one bb.
4260 (init_flow): Do not create ppols; allocate entry/exit block.
15438 Call init_flow.
H A DChangeLog-20019980 (init_flow): Clear first_delete_block.
11457 (init_flow): Initialize first_removed_edge and n_edges.
11651 init_flow, clear_edges, can_delete_note_p, can_delete_label_p,
H A DChangeLog-20006233 * basic-block.h (init_flow): New function.
6279 (init_flow): New function.
6369 (rest_of_compilation): Call init_flow. Remove ggc_p conditionals.
H A DChangeLog-200819048 * config/sh/sh.c (sh_output_mi_thunk): Update the use of init_flow.
19153 * cfg.c (init_flow): Add argument THE_FUN. Use it instead of cfun.
H A DChangeLog-20042788 (init_flow): Remove all uses of flow_obstack.
18543 (sh_output_mi_thunk): Call init_flow if basic_block_info is null.
33350 (init_flow): Do not create pools.
H A DChangeLog-200518658 of basic_block_info. Call init_flow and find_basic_blocks
18893 (init_flow): Initialize cfg structure.
H A DChangeLog-20136106 * cfg.c (init_flow): Likewise.
6642 * cfg.c (init_flow): Update for renaming of "n_edges_for_function"
H A DChangeLog-20178508 * cfg.c (init_flow): Set count_max to uninitialized.
28833 (init_flow): Use alloc_block.
H A DChangeLog-200718765 * cfg.c (init_flow): Use type safe memory macros.
H A DChangeLog-200337497 (init_flow): Alloc/free the pools.
H A DChangeLog-201027348 * cfg.c (init_flow): Likewise.
H A DChangeLog-201438106 * cfg.c (init_flow): Likewise.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.cc10941 init_flow (cfun); in sh_output_mi_thunk()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.c10935 init_flow (cfun); in sh_output_mi_thunk()