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

  /src/external/gpl3/gcc/dist/gcc/
final.cc 667 profile_count branch_count = profile_count::zero ();
674 branch_count += e->count ();
684 branch_count.dump (dump_file);
691 if (!fallthru_count.initialized_p () || !branch_count.initialized_p ())
705 && (branch_count > count_threshold
721 && branch_count + fallthru_count > count_threshold
722 && (branch_count > fallthru_count * param_align_loop_iterations))
662 profile_count branch_count = profile_count::zero (); local
  /src/external/gpl3/gcc.old/dist/gcc/
final.cc 683 profile_count branch_count = profile_count::zero ();
690 branch_count += e->count ();
700 branch_count.dump (dump_file);
707 if (!fallthru_count.initialized_p () || !branch_count.initialized_p ())
721 && (branch_count > count_threshold
738 && branch_count + fallthru_count > count_threshold
739 && (branch_count
678 profile_count branch_count = profile_count::zero (); local

Completed in 18 milliseconds