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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-threadupdate.cc 771 edge elast = path->last ()->e; local
812 gcc_assert (ein_path->last ()->e == elast);
865 if (has_joiner && epath != elast)
889 (i.e. they have a different elast), meaning that they do not
890 contribute any counts to this path's elast. As a result, it may
892 successor of the joiner. Essentially, all of this path's elast
894 (since any path through the joiner with a different elast will not
895 include a copy of this elast in its duplicated path).
897 difference between elast->count () and nonpath_count. Otherwise the edge
900 && has_joiner && path_out_count < elast->count () - nonpath_count
1019 edge elast = path->last ()->e; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-threadupdate.cc 796 edge elast = path->last ()->e; local
837 gcc_assert (ein_path->last ()->e == elast);
890 if (has_joiner && epath != elast)
914 (i.e. they have a different elast), meaning that they do not
915 contribute any counts to this path's elast. As a result, it may
917 successor of the joiner. Essentially, all of this path's elast
919 (since any path through the joiner with a different elast will not
920 include a copy of this elast in its duplicated path).
922 difference between elast->count () and nonpath_count. Otherwise the edge
925 && has_joiner && path_out_count < elast->count () - nonpath_count
1044 edge elast = path->last ()->e; local
    [all...]
  /src/external/gpl3/gcc/dist/libquadmath/math/
lgammaq_neg.c 533 __float128 dlast = rdiff, elast = rdiff * yr * (yr + y0r); local
537 __float128 dnext = dlast * y0r2 + elast;
538 __float128 enext = elast * yr2;
541 elast = enext;
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
lgammaq_neg.c 533 __float128 dlast = rdiff, elast = rdiff * yr * (yr + y0r); local
537 __float128 dnext = dlast * y0r2 + elast;
538 __float128 enext = elast * yr2;
541 elast = enext;

Completed in 28 milliseconds