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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 2674 count_candidates (slsr_cand_t c)
2679 count += count_candidates (lookup_cand (c->sibling));
2682 count += count_candidates (lookup_cand (c->dependent));
3965 if (!count_candidates (c))
2665 count_candidates (slsr_cand_t c) function
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 2674 count_candidates (slsr_cand_t c)
2679 count += count_candidates (lookup_cand (c->sibling));
2682 count += count_candidates (lookup_cand (c->dependent));
3965 if (!count_candidates (c))
2665 count_candidates (slsr_cand_t c) function

Completed in 18 milliseconds