Home
last modified time | relevance | path

Searched refs:get_loop_hot_path (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloopanal.c504 get_loop_hot_path (const class loop *loop) in get_loop_hot_path() function
H A Dcfgloop.h843 extern vec<basic_block> get_loop_hot_path (const class loop *loop);
H A Dtree-ssa-loop-ivcanon.c221 vec<basic_block> path = get_loop_hot_path (loop); in tree_estimate_loop_size()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgloopanal.cc504 get_loop_hot_path (const class loop *loop) in get_loop_hot_path() function
H A Dcfgloop.h897 extern auto_vec<basic_block> get_loop_hot_path (const class loop *loop);
H A Dtree-ssa-loop-ivcanon.cc221 auto_vec<basic_block> path = get_loop_hot_path (loop); in tree_estimate_loop_size()
H A DChangeLog-202122872 * cfgloopanal.c (get_loop_hot_path): Make path an auto_vec.
22983 * cfgloop.h (get_loop_hot_path): Return auto_vec<basic_block>.
22984 * cfgloopanal.c (get_loop_hot_path): Likewise.
H A DChangeLog-20124914 * cfgloopanal.c (get_loop_hot_path): New function.
4922 * cfgloop.h (get_loop_hot_path): Declare.