Home
last modified time | relevance | path

Searched refs:get_loop_body_in_custom_order (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloop.h381 extern basic_block *get_loop_body_in_custom_order (const class loop *,
383 extern basic_block *get_loop_body_in_custom_order (const class loop *, void *,
H A Dcfgloop.c973 get_loop_body_in_custom_order (const class loop *loop, in get_loop_body_in_custom_order() function
986 get_loop_body_in_custom_order (const class loop *loop, void *data, in get_loop_body_in_custom_order() function
H A Dtree-loop-distribution.c744 basic_block *bbs = get_loop_body_in_custom_order (loop, this, bb_top_order_cmp_r); in stmts_from_loop()
H A Dsel-sched-ir.c6026 loop_blocks = get_loop_body_in_custom_order (loop, bb_top_order_comparator); in make_region_from_loop()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgloop.h381 extern basic_block *get_loop_body_in_custom_order (const class loop *,
383 extern basic_block *get_loop_body_in_custom_order (const class loop *, void *,
H A Dcfgloop.cc970 get_loop_body_in_custom_order (const class loop *loop, in get_loop_body_in_custom_order() function
983 get_loop_body_in_custom_order (const class loop *loop, void *data, in get_loop_body_in_custom_order() function
H A Dtree-loop-distribution.cc754 basic_block *bbs = get_loop_body_in_custom_order (loop, this, bb_top_order_cmp_r); in stmts_from_loop()
H A Dsel-sched-ir.cc6024 loop_blocks = get_loop_body_in_custom_order (loop, bb_top_order_comparator); in make_region_from_loop()
H A DChangeLog-20193475 * cfgloop.c (get_loop_body_in_custom_order): New.
3476 * cfgloop.h (get_loop_body_in_custom_order): New prototype.
21519 (get_loop_body_in_custom_order): Same.
H A DChangeLog-20087351 * cfgloop.c (get_loop_body_in_custom_order): New function.
7354 (get_loop_body_in_custom_order): Declare.