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 D | cfgloop.h | 381 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 D | cfgloop.c | 973 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 D | tree-loop-distribution.c | 744 basic_block *bbs = get_loop_body_in_custom_order (loop, this, bb_top_order_cmp_r); in stmts_from_loop()
|
H A D | sel-sched-ir.c | 6026 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 D | cfgloop.h | 381 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 D | cfgloop.cc | 970 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 D | tree-loop-distribution.cc | 754 basic_block *bbs = get_loop_body_in_custom_order (loop, this, bb_top_order_cmp_r); in stmts_from_loop()
|
H A D | sel-sched-ir.cc | 6024 loop_blocks = get_loop_body_in_custom_order (loop, bb_top_order_comparator); in make_region_from_loop()
|
H A D | ChangeLog-2019 | 3475 * 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 D | ChangeLog-2008 | 7351 * cfgloop.c (get_loop_body_in_custom_order): New function. 7354 (get_loop_body_in_custom_order): Declare.
|