Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-ssa-structalias.c960 unsigned HOST_WIDE_INT fieldoffset = vi->offset + offset; in solution_set_add() local
965 && fieldoffset > vi->offset) in solution_set_add()
966 fieldoffset = 0; in solution_set_add()
969 vi = first_or_preceding_vi_for_offset (vi, fieldoffset); in solution_set_add()
975 if (vi->offset != fieldoffset in solution_set_add()
1616 HOST_WIDE_INT fieldoffset = v->offset + roffset; in do_sd_constraint() local
1620 fieldoffset = v->offset; in do_sd_constraint()
1622 v = first_vi_for_offset (v, fieldoffset); in do_sd_constraint()
1645 if (v->offset == (unsigned HOST_WIDE_INT)fieldoffset in do_sd_constraint()
1650 fieldoffset = v->offset; in do_sd_constraint()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-structalias.c1012 HOST_WIDE_INT fieldoffset = vi->offset + inc; in set_union_with_increment() local
1017 if (fieldoffset < 0) in set_union_with_increment()
1020 vi = first_or_preceding_vi_for_offset (vi, fieldoffset); in set_union_with_increment()
1033 while (vi->offset < fieldoffset + size); in set_union_with_increment()
1644 HOST_WIDE_INT fieldoffset = v->offset + roffset; in do_sd_constraint() local
1652 if (fieldoffset < 0) in do_sd_constraint()
1655 v = first_or_preceding_vi_for_offset (v, fieldoffset); in do_sd_constraint()
1682 while (v->offset < fieldoffset + size); in do_sd_constraint()
1744 HOST_WIDE_INT fieldoffset = v->offset + loff; in do_ds_constraint() local
1751 if (fieldoffset < 0) in do_ds_constraint()
[all …]