Searched refs:get_loop_hot_path (Results 1 – 8 of 8) sorted by relevance
504 get_loop_hot_path (const class loop *loop) in get_loop_hot_path() function
843 extern vec<basic_block> get_loop_hot_path (const class loop *loop);
221 vec<basic_block> path = get_loop_hot_path (loop); in tree_estimate_loop_size()
897 extern auto_vec<basic_block> get_loop_hot_path (const class loop *loop);
221 auto_vec<basic_block> path = get_loop_hot_path (loop); in tree_estimate_loop_size()
22872 * 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.
4914 * cfgloopanal.c (get_loop_hot_path): New function.4922 * cfgloop.h (get_loop_hot_path): Declare.