Home
last modified time | relevance | path

Searched refs:get_loop_location (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloop.h373 extern dump_user_location_t get_loop_location (class loop *loop);
H A Dloop-unroll.c223 dump_user_location_t locus = get_loop_location (loop); in decide_unrolling()
H A Dcfgloop.c1836 get_loop_location (class loop *loop) in get_loop_location() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgloop.h373 extern dump_user_location_t get_loop_location (class loop *loop);
H A Dloop-unroll.cc221 dump_user_location_t locus = get_loop_location (loop); in decide_unrolling()
H A Dcfgloop.cc1848 get_loop_location (class loop *loop) in get_loop_location() function
H A DChangeLog-201818373 * cfgloop.c (get_loop_location): Convert return type from
18377 * cfgloop.h (get_loop_location): Convert return type from
18431 (decide_unrolling): Update for change to get_loop_location's
H A DChangeLog-201340418 * cfgloop.c (get_loop_location): New function.
40419 * cfgloop.h (get_loop_location): Declare.
H A DChangeLog-201921533 (get_loop_location): Same.