Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcfgloopanal.c503 get_loop_hot_path (const struct loop *loop) in get_loop_hot_path() function
H A Dcfgloop.h834 extern vec<basic_block> get_loop_hot_path (const struct loop *loop);
H A Dtree-ssa-loop-ivcanon.c220 vec<basic_block> path = get_loop_hot_path (loop); in tree_estimate_loop_size()