HomeSort by: relevance | last modified time | path
    Searched refs:exit_count (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ch.cc 929 profile_count exit_count = profile_count::zero (); local
953 exit_count += exit->count ();
1061 exit_count.dump (dump_file);
1129 else if (exit_count >= entry_count.apply_scale (9, 10))
tree-cfg.cc 6909 exit_count = profile_count::uninitialized (); local
6950 exit_count = exit->count ();
6953 if (exit_count > total_count)
6954 exit_count = total_count;
6958 if (total_count.initialized_p () && exit_count.initialized_p ())
6961 total_count - exit_count,
6963 scale_bbs_frequencies_profile_count (region_copy, n_region, exit_count,
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.cc 6716 exit_count = profile_count::uninitialized (); local
6761 exit_count = exit->count ();
6764 if (exit_count > total_count)
6765 exit_count = total_count;
6769 if (total_count.initialized_p () && exit_count.initialized_p ())
6772 total_count - exit_count,
6774 scale_bbs_frequencies_profile_count (region_copy, n_region, exit_count,

Completed in 106 milliseconds