Searched refs:first_vi_for_offset (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-structalias.c | 270 static varinfo_t first_vi_for_offset (varinfo_t, unsigned HOST_WIDE_INT); 1364 v = first_vi_for_offset (get_varinfo (j), fieldoffset); in do_da_constraint() 1416 v = first_vi_for_offset (get_varinfo (j), fieldoffset); in do_sd_constraint() 1467 v = first_vi_for_offset (get_varinfo (j), fieldoffset); in do_ds_constraint() 1497 v = first_vi_for_offset (get_varinfo (j), fieldoffset); in do_ds_constraint() 2801 q = first_vi_for_offset (q, q->offset + fieldoffset); in do_simple_structure_copy() 3310 temp = first_vi_for_offset (temp, rhsoffset); in handle_ptr_arith() 3444 lhs.var = first_vi_for_offset (fi, i)->id; in find_func_aliases() 3473 rhs.var = first_vi_for_offset (fi, i)->id; in find_func_aliases() 3585 first_vi_for_offset (varinfo_t start, unsigned HOST_WIDE_INT offset) in first_vi_for_offset() function
|