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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 1618 slsr_cand_t first_cand = NULL;
1634 if (!first_cand)
1635 first_cand = c;
1637 if (first_cand != c)
1638 c->first_interp = first_cand->cand_num;
1684 slsr_cand_t first_cand = NULL;
1698 if (!first_cand)
1699 first_cand = c;
1701 if (first_cand != c)
1702 c->first_interp = first_cand->cand_num
1614 slsr_cand_t first_cand = NULL; local
1680 slsr_cand_t first_cand = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 1618 slsr_cand_t first_cand = NULL;
1634 if (!first_cand)
1635 first_cand = c;
1637 if (first_cand != c)
1638 c->first_interp = first_cand->cand_num;
1684 slsr_cand_t first_cand = NULL;
1698 if (!first_cand)
1699 first_cand = c;
1701 if (first_cand != c)
1702 c->first_interp = first_cand->cand_num
1614 slsr_cand_t first_cand = NULL; local
1680 slsr_cand_t first_cand = NULL; local
    [all...]

Completed in 27 milliseconds