Searched refs:place_new_loop (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfgloopmanip.h | 38 extern void place_new_loop (struct function *, class loop *);
|
H A D | cfgloopmanip.cc | 429 place_new_loop (struct function *fn, class loop *loop) in place_new_loop() function 449 place_new_loop (cfun, loop); in add_loop() 974 place_new_loop (cfun, cloop); in duplicate_loop()
|
H A D | lto-streamer-in.cc | 1124 place_new_loop (fn, loop); in input_cfg()
|
H A D | tree-inline.cc | 2981 place_new_loop (cfun, dest_loop); in copy_loops()
|
H A D | ChangeLog-2013 | 31849 * cfgloop.h (place_new_loop): Add struct function parameter. 31862 * cfgloopmanip.c (place_new_loop): Likewise. 32343 * cfgloop.h (place_new_loop): Declare. 32344 * cfgloopmanip.c (place_new_loop): Export.
|
H A D | ChangeLog-2006 | 1853 (place_new_loop): Access larray vector instead of parray. 4235 place_new_loop, duplicate_loop, duplicate_subloops,
|
H A D | ChangeLog-2007 | 20896 * cfgloopmanip.c (place_new_loop): Vector larray is gc-allocated.
|
H A D | ChangeLog-2003 | 33353 fix_bb_placement, fix_bb_placements, place_new_loop,
|
H A D | ChangeLog-2019 | 21558 (place_new_loop): Same.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfgloopmanip.h | 38 extern void place_new_loop (struct function *, class loop *);
|
H A D | cfgloopmanip.c | 430 place_new_loop (struct function *fn, class loop *loop) in place_new_loop() function 450 place_new_loop (cfun, loop); in add_loop() 1040 place_new_loop (cfun, cloop); in duplicate_loop()
|
H A D | lto-streamer-in.c | 1137 place_new_loop (fn, loop);
|
H A D | tree-inline.c | 2941 place_new_loop (cfun, dest_loop); in copy_loops()
|