Home | History | Annotate | Download | only in gcc

Lines Matching defs:path_in_count

799   profile_count path_in_count = profile_count::zero ();
803 path_in_count: total count of incoming edges that flow into the
838 path_in_count += ein->count ();
853 if (total_count < path_in_count)
854 path_in_count = total_count;
855 profile_probability onpath_scale = path_in_count.probability_in (total_count);
858 how much of the path_in_count will flow out of the duplicated threading
860 the same as path_in_count, although we will handle incoming profile
863 In the joiner case, we need to estimate how much of the path_in_count
876 profile_count path_out_count = path_in_count;
877 profile_count min_path_count = path_in_count;
935 *path_in_count_ptr = path_in_count;
943 will get a count of PATH_IN_COUNT and PATH_IN_FREQ,
946 path_in_count,
961 = path_out_count.probability_in (path_in_count);
988 dup_block->count = path_in_count;
991 if (path_in_count == profile_count::zero ())
1000 epath->src->count -= path_in_count;
1045 profile_count path_in_count = profile_count::zero ();
1052 non-joiner case the path_in_count and path_out_count should be the
1055 &path_in_count, &path_out_count);
1129 update_profile (epath, e2, path_in_count, path_out_count);