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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 3325 basic_block sib_ncd = NULL, dep_ncd = NULL, this_ncd = NULL, ncd;
3333 dep_ncd = nearest_common_dominator_for_cands (lookup_cand (c->dependent),
3335 if (!sib_ncd && !dep_ncd)
3340 else if (sib_ncd && !dep_ncd)
3345 else if (dep_ncd && !sib_ncd)
3348 ncd = dep_ncd;
3351 ncd = ncd_for_two_cands (sib_ncd, dep_ncd, sib_where,
3316 basic_block sib_ncd = NULL, dep_ncd = NULL, this_ncd = NULL, ncd; local
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 3325 basic_block sib_ncd = NULL, dep_ncd = NULL, this_ncd = NULL, ncd;
3333 dep_ncd = nearest_common_dominator_for_cands (lookup_cand (c->dependent),
3335 if (!sib_ncd && !dep_ncd)
3340 else if (sib_ncd && !dep_ncd)
3345 else if (dep_ncd && !sib_ncd)
3348 ncd = dep_ncd;
3351 ncd = ncd_for_two_cands (sib_ncd, dep_ncd, sib_where,
3316 basic_block sib_ncd = NULL, dep_ncd = NULL, this_ncd = NULL, ncd; local

Completed in 29 milliseconds