Searched refs:first_vi_for_offset (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-structalias.c | 321 static varinfo_t first_vi_for_offset (varinfo_t, unsigned HOST_WIDE_INT); 3987 varinfo_t ai = first_vi_for_offset (fi, part); in get_function_part_constraint() 5457 make_constraint_from (first_vi_for_offset (fi, fi_clobbers), in find_func_clobbers() 5459 make_constraint_from (first_vi_for_offset (fi, fi_uses), in find_func_clobbers() 5473 make_copy_constraint (first_vi_for_offset (fi, fi_clobbers), in find_func_clobbers() 5475 make_copy_constraint (first_vi_for_offset (fi, fi_uses), escaped_id); in find_func_clobbers() 5479 make_copy_constraint (first_vi_for_offset (fi, fi_clobbers), in find_func_clobbers() 5482 make_copy_constraint (first_vi_for_offset (fi, fi_uses), in find_func_clobbers() 5504 make_constraint_from (first_vi_for_offset (fi, fi_clobbers), in find_func_clobbers() 5506 make_constraint_from (first_vi_for_offset (fi, fi_uses), in find_func_clobbers() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-structalias.cc | 328 static varinfo_t first_vi_for_offset (varinfo_t, unsigned HOST_WIDE_INT); 4011 varinfo_t ai = first_vi_for_offset (fi, part); in get_function_part_constraint() 5581 make_constraint_from (first_vi_for_offset (fi, fi_clobbers), in find_func_clobbers() 5583 make_constraint_from (first_vi_for_offset (fi, fi_uses), in find_func_clobbers() 5597 make_copy_constraint (first_vi_for_offset (fi, fi_clobbers), in find_func_clobbers() 5599 make_copy_constraint (first_vi_for_offset (fi, fi_uses), escaped_id); in find_func_clobbers() 5603 make_copy_constraint (first_vi_for_offset (fi, fi_clobbers), in find_func_clobbers() 5606 make_copy_constraint (first_vi_for_offset (fi, fi_uses), in find_func_clobbers() 5628 make_constraint_from (first_vi_for_offset (fi, fi_clobbers), in find_func_clobbers() 5630 make_constraint_from (first_vi_for_offset (fi, fi_uses), in find_func_clobbers() [all …]
|
H A D | ChangeLog-2009 | 3540 (first_vi_for_offset): Avoid overflow in arithmetic. 29686 (first_vi_for_offset): Handle offsets before start. Bail
|
H A D | ChangeLog-2005 | 8889 first_vi_for_offset returning NULL. 8895 (first_vi_for_offset): Return NULL if we couldn't find anything at
|
H A D | ChangeLog-2013 | 36268 first_vi_for_offset, first_or_preceding_vi_for_offset,
|