Lines Matching defs:first_dep
3075 MODE and SPEED. FIRST_DEP is the first dependent of the root of
3084 analyze_increments (slsr_cand_t first_dep, machine_mode mode, bool speed)
3106 && !POINTER_TYPE_P (first_dep->cand_type)))
3126 && TREE_CODE (first_dep->stride) != INTEGER_CST
3127 && !legal_cast_p_1 (first_dep->stride_type,
3129 (first_dep->cand_stmt))))
3136 && TREE_CODE (first_dep->stride) != INTEGER_CST
3137 && POINTER_TYPE_P (first_dep->stride_type))
3148 else if (first_dep->kind == CAND_MULT)
3153 if (tree_fits_shwi_p (first_dep->stride))
3155 HOST_WIDE_INT hwi_stride = tree_to_shwi (first_dep->stride);
3163 cost = lowest_cost_path (cost, repl_savings, first_dep,
3166 cost -= total_savings (repl_savings, first_dep, incr_vec[i].incr,
3184 cost = lowest_cost_path (cost, 0, first_dep, incr_vec[i].incr,
3187 cost -= total_savings (0, first_dep, incr_vec[i].incr,
3923 slsr_cand_t first_dep;
3932 first_dep = lookup_cand (c->dependent);
3947 replace_uncond_cands_and_profitable_phis (first_dep);
3976 analyze_increments (first_dep, mode, speed);
3980 insert_initializers (first_dep);
3984 replace_profitable_candidates (first_dep);