Lines Matching defs:lhs_sym
2091 tree arg, lhs_sym, reaching_def = NULL;
2102 lhs_sym = SSA_NAME_VAR (gimple_phi_result (phi));
2109 reaching_def = get_reaching_def (lhs_sym);
2202 tree lhs, lhs_sym;
2209 lhs_sym = SSA_NAME_VAR (lhs);
2211 if (marked_for_renaming (lhs_sym))
2212 register_new_update_single (lhs, lhs_sym);
2628 tree lhs_sym, lhs = gimple_phi_result (phi);
2635 lhs_sym = DECL_P (lhs) ? lhs : SSA_NAME_VAR (lhs);
2636 mark_for_renaming (lhs_sym);
2637 mark_def_interesting (lhs_sym, phi, bb, insert_phi_p);
2647 mark_use_interesting (lhs_sym, phi, e->src, insert_phi_p);