Home
last modified time | relevance | path

Searched refs:highest_count (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbb-reorder.cc1566 profile_count highest_count = profile_count::uninitialized (); in sanitize_hot_paths() local
1592 if (!(e->count () > highest_count)) in sanitize_hot_paths()
1593 highest_count = e->count (); in sanitize_hot_paths()
1617 if (highest_count.initialized_p ()) in sanitize_hot_paths()
1619 if (!(e->count () >= highest_count)) in sanitize_hot_paths()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbb-reorder.c1566 profile_count highest_count = profile_count::uninitialized (); in sanitize_hot_paths() local
1592 if (!(e->count () > highest_count)) in sanitize_hot_paths()
1593 highest_count = e->count (); in sanitize_hot_paths()
1617 if (highest_count.initialized_p ()) in sanitize_hot_paths()
1619 if (!(e->count () >= highest_count)) in sanitize_hot_paths()