Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dprofile-count.c248 profile_count::to_cgraph_frequency (profile_count entry_bb_count) const in to_cgraph_frequency() argument
250 if (!initialized_p () || !entry_bb_count.initialized_p ()) in to_cgraph_frequency()
254 gcc_checking_assert (entry_bb_count.initialized_p ()); in to_cgraph_frequency()
256 if (!safe_scale_64bit (!entry_bb_count.m_val ? m_val + 1 : m_val, in to_cgraph_frequency()
257 CGRAPH_FREQ_BASE, MAX (1, entry_bb_count.m_val), &scale)) in to_cgraph_frequency()
H A Dprofile-count.h1103 int to_cgraph_frequency (profile_count entry_bb_count) const; in class()