Home
last modified time | relevance | path

Searched refs:new_where (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDgimple-ssa-strength-reduction.c3314 slsr_cand_t sib_where = NULL, dep_where = NULL, this_where = NULL, new_where; in nearest_common_dominator_for_cands() local
3325 new_where = NULL; in nearest_common_dominator_for_cands()
3330 new_where = sib_where; in nearest_common_dominator_for_cands()
3335 new_where = dep_where; in nearest_common_dominator_for_cands()
3340 dep_where, &new_where); in nearest_common_dominator_for_cands()
3349 *where = new_where; in nearest_common_dominator_for_cands()
3355 ncd = ncd_for_two_cands (ncd, this_ncd, new_where, this_where, where); in nearest_common_dominator_for_cands()