Home | History | Annotate | Download | only in gcc

Lines Matching refs:walker

3763    WALKER for each virtual use that is equivalent to VUSE, including VUSE
3767 WALKER is called with REF, the current virtual use and DATA. If
3768 WALKER returns non-NULL the walk stops and its result is returned.
3792 void *(*walker)(ao_ref *, tree, void *),
3809 res = (*walker) (ref, vuse, data);
3875 /* Based on the memory reference REF call WALKER for each vdef whose
3879 WALKER is called with REF, the current vdef and DATA. If WALKER
3895 bool (*walker)(ao_ref *, tree, void *), void *data,
3922 walker, data, visited, cnt,
3937 && (*walker) (ref, vdef, data))
3947 bool (*walker)(ao_ref *, tree, void *), void *data,
3959 ret = walk_aliased_vdefs_1 (ref, vdef, walker, data,