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

  /src/external/gpl3/gcc/dist/gcc/
auto-profile.cc 1336 edge only_one; local
1353 only_one = ep;
1361 if (total == 1 && ! AFDO_EINFO (only_one)->is_annotated ())
1363 AFDO_EINFO (only_one)->set_count (AFDO_EINFO (e)->get_count ());
1364 AFDO_EINFO (only_one)->set_annotated ();
  /src/external/gpl3/gcc.old/dist/gcc/
auto-profile.cc 1335 edge only_one; local
1352 only_one = ep;
1360 if (total == 1 && ! AFDO_EINFO (only_one)->is_annotated ())
1362 AFDO_EINFO (only_one)->set_count (AFDO_EINFO (e)->get_count ());
1363 AFDO_EINFO (only_one)->set_annotated ();

Completed in 25 milliseconds