Searched refs:lhs_sym (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dtree-into-ssa.c1657 tree lhs, lhs_sym; local
1663 lhs_sym = SSA_NAME_VAR (lhs);
1665 if (symbol_marked_for_renaming (lhs_sym))
1666 register_new_update_single (lhs, lhs_sym);
2235 tree lhs_sym, lhs = PHI_RESULT (phi); local
2237 lhs_sym = DECL_P (lhs) ? lhs : SSA_NAME_VAR (lhs);
2239 if (!symbol_marked_for_renaming (lhs_sym))
2241 mark_def_interesting (lhs_sym, phi, bb, insert_phi_p);
2252 mark_use_interesting (lhs_sym, phi, e->src, insert_phi_p);

Completed in 55 milliseconds