Home
last modified time | relevance | path

Searched refs:ref_to_res (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-offload.cc1773 tree ref_to_res = gimple_call_arg (call, 1); in default_goacc_reduction() local
1775 if (!integer_zerop (ref_to_res)) in default_goacc_reduction()
1777 tree dst = build_simple_mem_ref (ref_to_res); in default_goacc_reduction()
Domp-low.cc7452 tree ref_to_res = NULL_TREE; in lower_oacc_reductions() local
7524 ref_to_res = build_receiver_ref (orig, false, outer); in lower_oacc_reductions()
7526 ref_to_res = build_simple_mem_ref (ref_to_res); in lower_oacc_reductions()
7552 if (!ref_to_res) in lower_oacc_reductions()
7553 ref_to_res = integer_zero_node; in lower_oacc_reductions()
7612 unshare_expr (ref_to_res), in lower_oacc_reductions()
7618 unshare_expr (ref_to_res), in lower_oacc_reductions()
7623 unshare_expr (ref_to_res), in lower_oacc_reductions()
7628 ref_to_res, unshare_expr (v3), in lower_oacc_reductions()