Home
last modified time | relevance | path

Searched refs:next_grp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-sra.cc151 struct access *next_grp; member
462 for (; access; access = access->next_grp) in dump_access_tree()
551 access = access->next_grp; in get_var_base_offset_size_access()
2200 prev_acc_ptr = &access->next_grp; in sort_and_splice_var_accesses()
2346 *access = (*access)->next_grp; in build_access_subtree()
2380 root->next_grp = access; in build_access_trees()
2442 root = root->next_grp; in verify_sra_access_forest()
2657 access = access->next_grp; in analyze_access_trees()
3096 root = root->next_grp; in can_totally_scalarize_forest_p()
3499 access = access->next_grp) in analyze_all_variable_accesses()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-sra.c151 struct access *next_grp; member
452 for (; access; access = access->next_grp) in dump_access_tree()
541 access = access->next_grp; in get_var_base_offset_size_access()
2160 prev_acc_ptr = &access->next_grp; in sort_and_splice_var_accesses()
2312 *access = (*access)->next_grp; in build_access_subtree()
2346 root->next_grp = access; in build_access_trees()
2408 root = root->next_grp; in verify_sra_access_forest()
2620 access = access->next_grp; in analyze_access_trees()
3049 root = root->next_grp; in can_totally_scalarize_forest_p()
3452 access = access->next_grp) in analyze_all_variable_accesses()
[all …]