Searched refs:init_loops_structure (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfgloop.h | 339 void init_loops_structure (struct function *, struct loops *, unsigned);
|
H A D | cfgloop.c | 365 init_loops_structure (struct function *fn, in init_loops_structure() function 436 init_loops_structure (cfun, loops, 1); in flow_loops_find()
|
H A D | lto-streamer-in.c | 1098 init_loops_structure (fn, loops, n_loops);
|
H A D | cgraphunit.c | 1714 init_loops_structure (cfun, loops_for_fn (cfun), 1); in init_lowered_empty_function()
|
H A D | tree-cfg.c | 7650 init_loops_structure (dest_cfun, loops, 1); in move_sese_region_to_fn()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfgloop.h | 339 void init_loops_structure (struct function *, struct loops *, unsigned);
|
H A D | cfgloop.cc | 365 init_loops_structure (struct function *fn, in init_loops_structure() function 436 init_loops_structure (cfun, loops, 1); in flow_loops_find()
|
H A D | cgraphunit.cc | 1726 init_loops_structure (cfun, loops_for_fn (cfun), 1); in init_lowered_empty_function()
|
H A D | lto-streamer-in.cc | 1085 init_loops_structure (fn, loops, n_loops); in input_cfg()
|
H A D | tree-cfg.cc | 7727 init_loops_structure (dest_cfun, loops, 1); in move_sese_region_to_fn()
|
H A D | ChangeLog-2013 | 6111 * cfgloop.c (init_loops_structure): Likewise. 7353 * cfgloop.c (init_loops_structure): Update for renaming of 32305 * cfgloop.c (init_loops_structure): Export, add struct function 32309 (init_loops_structure): Declare.
|
H A D | ChangeLog-2007 | 14344 * cfgloop.c (init_loops_structure): New function.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | gimple-parser.c | 242 init_loops_structure (cfun, loops_for_fn (cfun), 1); in c_parser_parse_gimple_body()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | gimple-parser.cc | 242 init_loops_structure (cfun, loops_for_fn (cfun), 1); in c_parser_parse_gimple_body()
|