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

  /src/external/gpl3/gcc/dist/gcc/
ipa-cp.cc 462 profile_count rec_count_sum; member in struct:caller_statistics
473 counts included in rec_count_sum and not count_sum. */
483 stats->rec_count_sum = profile_count::zero ();
511 stats->rec_count_sum += cs->count.ipa ();
4341 REC_COUNT_SUM and NONREC_COUNT_SUM respectively. */
4347 profile_count *rec_count_sum,
4388 *rec_count_sum = rec_cnt;
4789 else if (stats.rec_count_sum.nonzero_p ())
4837 - stats.rec_count_sum);
5885 profile_count count_sum, rec_count_sum;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 707 profile_count rec_count_sum; member in struct:caller_statistics
718 counts included in rec_count_sum and not count_sum. */
728 stats->rec_count_sum = profile_count::zero ();
756 stats->rec_count_sum += cs->count.ipa ();
4328 REC_COUNT_SUM and NONREC_COUNT_SUM respectively. */
4334 profile_count *rec_count_sum,
4375 *rec_count_sum = rec_cnt;
4767 else if (stats.rec_count_sum.nonzero_p ())
4815 - stats.rec_count_sum);
6064 profile_count count_sum, rec_count_sum; local
    [all...]

Completed in 33 milliseconds