Lines Matching defs:access
131 struct access struct
141 expressions to access the original aggregate. See PR 42154 for a argument
147 /* The statement this access belongs to. */ argument
151 struct access *next_grp; argument
155 struct access *group_representative; argument
159 struct access *parent; argument
163 struct access *first_child; argument
167 struct access *next_sibling; argument
177 /* Pointer to the next access in the work queues. */ argument
178 struct access *next_rhs_queued, *next_lhs_queued; argument
185 /* Is this access made in reverse storage order? */ argument
188 /* Is this particular access write access? */ argument
191 /* Is this access currently in the rhs work queue? */ argument
194 /* Is this access currently in the lhs work queue? */ argument
197 /* Does this group contain a write access? This flag is propagated down the argument
201 /* Does this group contain a read access? This flag is propagated down the argument
205 /* Does this group contain a read access that comes from an assignment argument
209 /* Does this group contain a write access that comes from an assignment argument
213 /* Does this group contain a read access through a scalar type? This flag is argument
217 /* Does this group contain a write access through a scalar type? This flag argument
221 /* In a root of an access tree, true means that the entire tree should be argument
233 /* Is the subtree rooted in this access fully covered by scalar argument
237 /* If set to true, this access and all below it in an access tree must not be argument
242 access which is not to be scalarized. This flag is propagated up in the argument
248 unsigned grp_same_access_path : 1; argument
250 /* Does this access and/or group contain a write access through a argument
265 typedef struct access *access_p; argument
390 dump_access (FILE *f, struct access *access, bool grp) in dump_access()
427 dump_access_tree_1 (FILE *f, struct access *access, int level) in dump_access_tree_1()
450 dump_access_tree (FILE *f, struct access *access) in dump_access_tree()
491 find_access_in_subtree (struct access *access, HOST_WIDE_INT offset, in find_access_in_subtree()
537 struct access *access; in get_var_base_offset_size_access() local
645 add_access_to_rhs_work_queue (struct access *access) in add_access_to_rhs_work_queue()
660 add_access_to_lhs_work_queue (struct access *access) in add_access_to_lhs_work_queue()
677 struct access *access = rhs_work_queue_head; in pop_access_from_rhs_work_queue() local
691 struct access *access = lhs_work_queue_head; in pop_access_from_lhs_work_queue() local
868 struct access *access = access_pool.allocate (); in create_access_1() local
889 struct access *access; in create_access() local
1178 struct access *access; in build_access_from_expr() local
2053 struct access *access = (*access_vec)[i]; in sort_and_splice_var_accesses() local
2294 get_access_replacement (struct access *access) in get_access_replacement()
2307 build_access_subtree (struct access **access) in build_access_subtree()
2338 build_access_trees (struct access *access) in build_access_trees()
2357 struct access *access = root; in verify_sra_access_forest() local
2427 struct access *access = get_first_repr_for_decl (var); in verify_all_sra_access_forests() local
2611 analyze_access_trees (struct access *access) in analyze_access_trees()
2669 struct access *access = access_pool.allocate (); in create_artificial_child_access() local
2705 subtree_mark_written_and_rhs_enqueue (struct access *access) in subtree_mark_written_and_rhs_enqueue()
3026 struct access *access = root; in can_totally_scalarize_forest_p() local
3068 struct access *access = access_pool.allocate (); in create_total_scalarization_access() local
3402 struct access *access; in analyze_all_variable_accesses() local
3450 for (struct access *access = get_first_repr_for_decl (var); in analyze_all_variable_accesses() local
3469 for (struct access *access = get_first_repr_for_decl (var); in analyze_all_variable_accesses() local
3480 for (struct access *access = get_first_repr_for_decl (var); in analyze_all_variable_accesses() local
3493 struct access *access = get_first_repr_for_decl (var); in analyze_all_variable_accesses() local
3537 generate_subtree_copies (struct access *access, tree agg, in generate_subtree_copies()
3622 init_subtree_with_zero (struct access *access, gimple_stmt_iterator *gsi, in init_subtree_with_zero()
3663 clobber_subtree (struct access *access, gimple_stmt_iterator *gsi, in clobber_subtree()
3738 struct access *access; in sra_modify_expr() local
4384 struct access *access = get_first_repr_for_decl (var); in initialize_constant_pool_replacements() local
4529 struct access *access; in initialize_parameter_reductions() local