Home
last modified time | relevance | path

Searched refs:src_val (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-cp.cc215 void add_source (cgraph_edge *cs, ipcp_value *src_val, int src_idx,
261 ipcp_value<valtype> *src_val = NULL,
1900 ipcp_value<valtype>::add_source (cgraph_edge *cs, ipcp_value *src_val, in add_source() argument
1908 src->val = src_val; in add_source()
1959 ipcp_value<valtype> *src_val, in add_value() argument
1985 if (s->cs == cs && s->val == src_val) in add_value()
1991 val->add_source (cs, src_val, src_idx, offset); in add_value()
2015 val->add_source (cs, src_val, src_idx, offset); in add_value()
2041 ipcp_value<tree> *src_val, in get_val_across_arith_op() argument
2044 tree opnd1 = src_val->value; in get_val_across_arith_op()
[all …]
Dcselib.cc1188 cselib_val *src_val = cselib_lookup (SET_DEST (set), in cselib_redundant_set_p() local
1192 if (src_val) in cselib_redundant_set_p()
1196 for (elt_loc_list *l = src_val->locs; l; l = l->next) in cselib_redundant_set_p()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dextract-store-integer.c234 ULONGEST src_val, int src_size) in do_cint_test() argument
248 store_unsigned_integer (srcbuf, src_size, byte_order, src_val); in do_cint_test()