Home
last modified time | relevance | path

Searched refs:place_new_loop (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgloopmanip.h38 extern void place_new_loop (struct function *, class loop *);
H A Dcfgloopmanip.cc429 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 Dlto-streamer-in.cc1124 place_new_loop (fn, loop); in input_cfg()
H A Dtree-inline.cc2981 place_new_loop (cfun, dest_loop); in copy_loops()
H A DChangeLog-201331849 * 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 DChangeLog-20061853 (place_new_loop): Access larray vector instead of parray.
4235 place_new_loop, duplicate_loop, duplicate_subloops,
H A DChangeLog-200720896 * cfgloopmanip.c (place_new_loop): Vector larray is gc-allocated.
H A DChangeLog-200333353 fix_bb_placement, fix_bb_placements, place_new_loop,
H A DChangeLog-201921558 (place_new_loop): Same.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloopmanip.h38 extern void place_new_loop (struct function *, class loop *);
H A Dcfgloopmanip.c430 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 Dlto-streamer-in.c1137 place_new_loop (fn, loop);
H A Dtree-inline.c2941 place_new_loop (cfun, dest_loop); in copy_loops()