Searched defs:ao_ref (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-alias.h | 71 struct ao_ref struct 75 tree ref; 81 tree base; 105 ao_ref::max_size_known_p () const in max_size_known_p() argument
|
H A D | tree-ssa-alias.c | 2585 void *(*translate)(ao_ref *, tree, void *, bool *), in maybe_skip_until() argument 2652 void *(*translate)(ao_ref *, tree, void *, bool *), in get_continuation_for_phi() argument 2757 void *(*walker)(ao_ref *, tree, unsigned int, void *), in walk_non_aliased_vuses() argument 2758 void *(*translate)(ao_ref *, tree, void *, bool *), in walk_non_aliased_vuses() 2848 bool (*walker)(ao_ref *, tree, void *), void *data, in walk_aliased_vdefs_1() 2900 bool (*walker)(ao_ref *, tree, void *), void *data, in walk_aliased_vdefs()
|
H A D | tree-ssa-scopedtables.c | 103 vuse_eq (ao_ref *, tree vuse1, unsigned int cnt, void *data) in vuse_eq() argument
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-alias.h | 92 } ao_ref; typedef
|
H A D | tree-ssa-alias.c | 2063 void *(*walker)(ao_ref *, tree, void *), in walk_non_aliased_vuses() argument 2064 void *(*translate)(ao_ref *, tree, void *), void *data) in walk_non_aliased_vuses() 2134 bool (*walker)(ao_ref *, tree, void *), void *data, in walk_aliased_vdefs_1() 2172 bool (*walker)(ao_ref *, tree, void *), void *data, in walk_aliased_vdefs()
|