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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-into-ssa.cc 2091 tree arg, lhs_sym, reaching_def = NULL; local
2102 lhs_sym = SSA_NAME_VAR (gimple_phi_result (phi));
2109 reaching_def = get_reaching_def (lhs_sym);
2202 tree lhs, lhs_sym; local
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); local
2635 lhs_sym = DECL_P (lhs) ? lhs : SSA_NAME_VAR (lhs);
2636 mark_for_renaming (lhs_sym);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-into-ssa.cc 2107 tree arg, lhs_sym, reaching_def = NULL; local
2118 lhs_sym = SSA_NAME_VAR (gimple_phi_result (phi));
2125 reaching_def = get_reaching_def (lhs_sym);
2225 tree lhs, lhs_sym; local
2232 lhs_sym = SSA_NAME_VAR (lhs);
2234 if (marked_for_renaming (lhs_sym))
2235 register_new_update_single (lhs, lhs_sym);
2709 tree lhs_sym, lhs = gimple_phi_result (phi); local
2716 lhs_sym = DECL_P (lhs) ? lhs : SSA_NAME_VAR (lhs);
2717 mark_for_renaming (lhs_sym);
    [all...]

Completed in 44 milliseconds