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

  /src/external/gpl3/gcc/dist/gcc/
ipa-param-manipulation.cc 2435 tree new_lhs, old_lhs = gimple_phi_result (phi); local
2436 new_lhs = replace_removed_params_ssa_names (old_lhs, phi);
2440 release_ssa_name (old_lhs);
tree-vect-patterns.cc 7030 tree old_lhs = gimple_get_lhs (orig_pattern_stmt); local
7032 gimple_set_lhs (pattern_stmt, old_lhs);
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-param-manipulation.cc 2273 tree new_lhs, old_lhs = gimple_phi_result (phi); local
2274 new_lhs = replace_removed_params_ssa_names (old_lhs, phi);
2278 release_ssa_name (old_lhs);
tree-vect-patterns.cc 5713 tree old_lhs = gimple_get_lhs (orig_pattern_stmt); local
5715 gimple_set_lhs (pattern_stmt, old_lhs);

Completed in 22 milliseconds