Searched refs:entry_bb_count (Results 1 – 2 of 2) sorted by relevance
248 profile_count::to_cgraph_frequency (profile_count entry_bb_count) const in to_cgraph_frequency() argument250 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()
1103 int to_cgraph_frequency (profile_count entry_bb_count) const; in class()