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

  /src/external/gpl3/gcc/dist/gcc/
postreload.cc 1773 struct full_rtx_costs oldcst, newcst;
1776 get_full_set_rtx_cost (set, &oldcst);
1781 if (costs_lt_p (&newcst, &oldcst, speed)
1807 if (*setloc == set && costs_lt_p (&newcst, &oldcst, speed))
1842 struct full_rtx_costs oldcst, newcst, mincst;
1846 get_full_set_rtx_cost (set, &oldcst);
1885 if (costs_lt_p (&mincst, &oldcst, speed))
2095 struct full_rtx_costs oldcst, newcst;
2098 get_full_set_rtx_cost (set, &oldcst);
2102 costs_add_n_insns (&oldcst, 1)
1771 struct full_rtx_costs oldcst, newcst; local
1840 struct full_rtx_costs oldcst, newcst, mincst; local
2093 struct full_rtx_costs oldcst, newcst; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
postreload.cc 1773 struct full_rtx_costs oldcst, newcst;
1776 get_full_set_rtx_cost (pat, &oldcst);
1781 if (costs_lt_p (&newcst, &oldcst, speed)
1801 if (costs_lt_p (&newcst, &oldcst, speed))
1837 struct full_rtx_costs oldcst, newcst, mincst;
1841 get_full_set_rtx_cost (pat, &oldcst);
1880 if (costs_lt_p (&mincst, &oldcst, speed))
2017 struct full_rtx_costs oldcst, newcst;
2020 get_full_set_rtx_cost (set, &oldcst);
2024 costs_add_n_insns (&oldcst, 1)
1771 struct full_rtx_costs oldcst, newcst; local
1835 struct full_rtx_costs oldcst, newcst, mincst; local
2015 struct full_rtx_costs oldcst, newcst; local
    [all...]

Completed in 26 milliseconds