Home
last modified time | relevance | path

Searched refs:rhsp (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-structalias.c3644 rhsp = &rhsc[0]; in do_structure_copy()
3647 || rhsp->type == DEREF) in do_structure_copy()
3654 if (rhsp->type == DEREF) in do_structure_copy()
3662 && (rhsp->type == SCALAR in do_structure_copy()
3679 rhsp = &rhsc[k]; in do_structure_copy()
4272 struct constraint_expr *rhsp; in find_func_aliases_for_call_arg() local
4813 struct constraint_expr *rhsp; in find_func_aliases_for_call() local
4921 rhsc.safe_push (*rhsp); in find_func_aliases()
4938 rhsc.safe_push (*rhsp); in find_func_aliases()
4966 struct constraint_expr *rhsp; in find_func_aliases() local
[all …]
H A Dtree-ssa-forwprop.c842 tree *rhsp = gimple_assign_rhs1_ptr (use_stmt); in forward_propagate_addr_expr_1() local
843 if (TREE_CODE (*rhsp) == ADDR_EXPR) in forward_propagate_addr_expr_1()
844 rhsp = &TREE_OPERAND (*rhsp, 0); in forward_propagate_addr_expr_1()
845 while (handled_component_p (*rhsp)) in forward_propagate_addr_expr_1()
846 rhsp = &TREE_OPERAND (*rhsp, 0); in forward_propagate_addr_expr_1()
847 rhs = *rhsp; in forward_propagate_addr_expr_1()
909 *rhsp = new_rhs; in forward_propagate_addr_expr_1()
H A Dtree-ssa.c1777 tree rhs, *rhsp = gimple_assign_rhs1_ptr (stmt); in execute_update_addresses_taken() local
1909 maybe_rewrite_mem_ref_base (rhsp, suitable_for_renaming); in execute_update_addresses_taken()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-structalias.c3359 struct constraint_expr *rhsp; in get_constraint_for_1() local
3465 || rhsp->type == DEREF) in do_structure_copy()
3472 if (rhsp->type == DEREF) in do_structure_copy()
3475 rhsp->offset = UNKNOWN_OFFSET; in do_structure_copy()
3480 && (rhsp->type == SCALAR in do_structure_copy()
3493 rhsv = get_varinfo (rhsp->var); in do_structure_copy()
4395 struct constraint_expr *rhsp; in find_func_aliases_for_call() local
4438 struct constraint_expr *rhsp; in find_func_aliases_for_call() local
4451 struct constraint_expr *rhsp; in find_func_aliases_for_call() local
4592 struct constraint_expr *rhsp; in find_func_aliases() local
[all …]
H A Dtree-ssa.c2054 tree rhs, *rhsp = gimple_assign_rhs1_ptr (stmt); in execute_update_addresses_taken() local
2075 maybe_rewrite_mem_ref_base (rhsp); in execute_update_addresses_taken()