Home
last modified time | relevance | path

Searched refs:cancel_loop_tree (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloop.h397 extern void cancel_loop_tree (class loop *);
H A Dcfgloop.c1377 cancel_loop_tree (class loop *loop) in cancel_loop_tree() function
1380 cancel_loop_tree (loop->inner); in cancel_loop_tree()
H A Dcfgloopmanip.c387 cancel_loop_tree (rem_bbs[i]->loop_father); in remove_path()
H A Dtree-loop-distribution.c1308 cancel_loop_tree (loop); in destroy_loop()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgloop.h397 extern void cancel_loop_tree (class loop *);
H A Dcfgloop.cc1374 cancel_loop_tree (class loop *loop) in cancel_loop_tree() function
1377 cancel_loop_tree (loop->inner); in cancel_loop_tree()
H A Dcfgloopmanip.cc386 cancel_loop_tree (rem_bbs[i]->loop_father); in remove_path()
H A Dtree-loop-distribution.cc1318 cancel_loop_tree (loop); in destroy_loop()
H A DChangeLog-20064282 mark_single_exit_loops, cancel_loop, cancel_loop_tree,
4299 cancel_loop_tree, create_preheaders, force_single_succ_latches,
H A DChangeLog-200933024 cancel_loop_tree, not before it.
H A DChangeLog-200335025 (cancel_loop, cancel_loop_tree): New functions.
H A DChangeLog-201521168 (gen_parallel_loop): Remove call to cancel_loop_tree.