HomeSort by: relevance | last modified time | path
    Searched defs:get_count (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
optinfo.h 120 profile_count get_count () const { return m_loc.get_count (); } function in class:optinfo
dumpfile.h 364 profile_count get_count () const { return m_count; } function in class:dump_user_location_t
505 profile_count get_count () const { return m_user_location.get_count (); } function in class:dump_location_t
auto-profile.cc 115 profile_count get_count () const { return count_; } function in class:autofdo::edge_info
1230 total_known_count += AFDO_EINFO (e)->get_count ();
1354 if (! (AFDO_EINFO (e)->get_count ()).nonzero_p ()
1363 AFDO_EINFO (only_one)->set_count (AFDO_EINFO (e)->get_count ());
1437 total_count += AFDO_EINFO (e)->get_count ();
1443 = AFDO_EINFO (e)->get_count ().probability_in (total_count);
  /src/external/gpl3/gcc.old/dist/gcc/
optinfo.h 120 profile_count get_count () const { return m_loc.get_count (); } function in class:optinfo
dumpfile.h 364 profile_count get_count () const { return m_count; } function in class:dump_user_location_t
505 profile_count get_count () const { return m_user_location.get_count (); } function in class:dump_location_t
auto-profile.cc 113 profile_count get_count () const { return count_; } function in class:autofdo::edge_info
1229 total_known_count += AFDO_EINFO (e)->get_count ();
1353 if (! (AFDO_EINFO (e)->get_count ()).nonzero_p ()
1362 AFDO_EINFO (only_one)->set_count (AFDO_EINFO (e)->get_count ());
1436 total_count += AFDO_EINFO (e)->get_count ();
1442 = AFDO_EINFO (e)->get_count ().probability_in (total_count);
  /src/external/bsd/kyua-cli/dist/cli/
cmd_report_html.cpp 247 get_count(const engine::test_result::result_type type) const function in class:__anon6940::html_hooks
357 const std::size_t n_passed = get_count(engine::test_result::passed);
358 const std::size_t n_failed = get_count(engine::test_result::failed);
359 const std::size_t n_skipped = get_count(engine::test_result::skipped);
360 const std::size_t n_xfail = get_count(
362 const std::size_t n_broken = get_count(engine::test_result::broken);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
constraint-manager.h 146 unsigned get_count () const { return m_ranges.length (); } function in struct:ana::bounded_ranges
  /src/external/gpl3/binutils/dist/gprofng/src/
collctrl.h 134 int get_count () { return count_enabled; }; function in class:Coll_Ctrl
  /src/external/gpl3/binutils.old/dist/gprofng/src/
collctrl.h 134 int get_count () { return count_enabled; }; function in class:Coll_Ctrl

Completed in 30 milliseconds