Searched refs:access_fns (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-data-ref.h43 access_fn <access_fns of indexes of b> NULL
53 VEC(tree,heap) *access_fns; member in struct:first_location_in_loop
63 VEC(tree,heap) *access_fns; member in struct:base_object_info
120 (DR)->object_info.access_fns : (DR)->first_location.access_fns)
136 &((DR)->object_info.access_fns) : &((DR)->first_location.access_fns))
140 (DR)->object_info.access_fns = ACC_FNS; \
142 (DR)->first_location.access_fns = ACC_FNS; \
147 VEC_free (tree, heap, (DR)->object_info.access_fns); \
[all...]
H A Dtree-data-ref.c965 VEC(tree,heap) **access_fns,
987 VEC_safe_push (tree, heap, *access_fns, access_fn);
991 return analyze_array_indexes (loop, access_fns, opnd0, stmt, estimate_only);
962 analyze_array_indexes(struct loop *loop, VEC(tree,heap) **access_fns, tree ref, tree stmt, bool estimate_only) argument

Completed in 57 milliseconds