Home
last modified time | relevance | path

Searched refs:precise_p (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dprofile-count.h801 bool precise_p () const in precise_p() function
H A Dpredict.c219 if (count.precise_p () && profile_status_for_fn (fun) == PROFILE_READ) in probably_never_executed()
757 && bb->count.precise_p ()
H A Dbb-reorder.c1677 if (!bb->count.precise_p ()) in find_rarely_executed_basic_blocks_and_crossing_edges()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dprofile-count.h804 bool precise_p () const in precise_p() function
H A Dpredict.cc219 if (count.precise_p () && profile_status_for_fn (fun) == PROFILE_READ) in probably_never_executed()
795 && bb->count.precise_p () in dump_prediction()
H A Dbb-reorder.cc1677 if (!bb->count.precise_p ()) in find_rarely_executed_basic_blocks_and_crossing_edges()
H A DChangeLog-201831411 * profile-count.h (precise_p): New function.