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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-threadupdate.cc 772 profile_count nonpath_count = profile_count::zero (); local
780 nonpath_count: total count of incoming edges that are not
820 nonpath_count += ein->count ();
848 nonpath_count with any additional counts coming into the path. Other
862 /* In the joiner case we need to update nonpath_count for any edges
876 nonpath_count += ein->count ();
897 difference between elast->count () and nonpath_count. Otherwise the edge
900 && has_joiner && path_out_count < elast->count () - nonpath_count)
902 path_out_count = elast->count () - nonpath_count;
tree-ssa-threadupdate.cc 772 profile_count nonpath_count = profile_count::zero (); local
780 nonpath_count: total count of incoming edges that are not
820 nonpath_count += ein->count ();
848 nonpath_count with any additional counts coming into the path. Other
862 /* In the joiner case we need to update nonpath_count for any edges
876 nonpath_count += ein->count ();
897 difference between elast->count () and nonpath_count. Otherwise the edge
900 && has_joiner && path_out_count < elast->count () - nonpath_count)
902 path_out_count = elast->count () - nonpath_count;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-threadupdate.cc 797 profile_count nonpath_count = profile_count::zero (); local
805 nonpath_count: total count of incoming edges that are not
845 nonpath_count += ein->count ();
873 nonpath_count with any additional counts coming into the path. Other
887 /* In the joiner case we need to update nonpath_count for any edges
901 nonpath_count += ein->count ();
922 difference between elast->count () and nonpath_count. Otherwise the edge
925 && has_joiner && path_out_count < elast->count () - nonpath_count)
927 path_out_count = elast->count () - nonpath_count;
tree-ssa-threadupdate.cc 797 profile_count nonpath_count = profile_count::zero (); local
805 nonpath_count: total count of incoming edges that are not
845 nonpath_count += ein->count ();
873 nonpath_count with any additional counts coming into the path. Other
887 /* In the joiner case we need to update nonpath_count for any edges
901 nonpath_count += ein->count ();
922 difference between elast->count () and nonpath_count. Otherwise the edge
925 && has_joiner && path_out_count < elast->count () - nonpath_count)
927 path_out_count = elast->count () - nonpath_count;

Completed in 73 milliseconds