Lines Matching refs:refcount_set

434 gomp_increment_refcount (splay_tree_key k, htab_t *refcount_set)  in gomp_increment_refcount()  argument
446 if (refcount_set) in gomp_increment_refcount()
448 if (htab_find (*refcount_set, refcount_ptr)) in gomp_increment_refcount()
450 uintptr_t **slot = htab_find_slot (refcount_set, refcount_ptr, INSERT); in gomp_increment_refcount()
477 gomp_decrement_refcount (splay_tree_key k, htab_t *refcount_set, bool delete_p, in gomp_decrement_refcount() argument
499 if (refcount_set) in gomp_decrement_refcount()
501 if (htab_find (*refcount_set, refcount_ptr)) in gomp_decrement_refcount()
507 uintptr_t **slot = htab_find_slot (refcount_set, refcount_ptr, INSERT); in gomp_decrement_refcount()
544 htab_t *refcount_set) in gomp_map_vars_existing() argument
610 gomp_increment_refcount (oldn, refcount_set); in gomp_map_vars_existing()
690 struct gomp_coalesce_buf *cbuf, htab_t *refcount_set) in gomp_map_fields_existing() argument
711 refcount_set); in gomp_map_fields_existing()
728 refcount_set); in gomp_map_fields_existing()
741 refcount_set); in gomp_map_fields_existing()
922 htab_t *refcount_set, in gomp_map_vars_internal() argument
1068 sizes, kinds, NULL, refcount_set); in gomp_map_vars_internal()
1168 NULL, refcount_set); in gomp_map_vars_internal()
1325 gomp_increment_refcount (k, refcount_set); in gomp_map_vars_internal()
1421 sizes, kinds, cbufp, refcount_set); in gomp_map_vars_internal()
1503 refcount_set); in gomp_map_vars_internal()
1558 gomp_increment_refcount (k, refcount_set); in gomp_map_vars_internal()
1633 gomp_increment_refcount (k, refcount_set); in gomp_map_vars_internal()
1737 bool short_mapkind, htab_t *refcount_set, in gomp_map_vars() argument
1743 if (refcount_set == NULL) in gomp_map_vars()
1746 refcount_set = &local_refcount_set; in gomp_map_vars()
1751 sizes, kinds, short_mapkind, refcount_set, in gomp_map_vars()
1889 htab_t *refcount_set, struct goacc_asyncqueue *aq) in gomp_unmap_vars_internal() argument
1933 gomp_decrement_refcount (k, refcount_set, false, &do_copy, &do_remove); in gomp_unmap_vars_internal()
1965 htab_t *refcount_set) in gomp_unmap_vars() argument
1970 if (refcount_set == NULL) in gomp_unmap_vars()
1973 refcount_set = &local_refcount_set; in gomp_unmap_vars()
1976 gomp_unmap_vars_internal (tgt, do_copyfrom, refcount_set, NULL); in gomp_unmap_vars()
2577 htab_t refcount_set = htab_create (mapnum); in GOMP_target() local
2580 &refcount_set, GOMP_MAP_VARS_TARGET); in GOMP_target()
2583 htab_clear (refcount_set); in GOMP_target()
2584 gomp_unmap_vars (tgt_vars, true, &refcount_set); in GOMP_target()
2585 htab_free (refcount_set); in GOMP_target()
2728 htab_t refcount_set = NULL; in GOMP_target_ext() local
2747 refcount_set = htab_create (mapnum); in GOMP_target_ext()
2749 true, &refcount_set, GOMP_MAP_VARS_TARGET); in GOMP_target_ext()
2756 htab_clear (refcount_set); in GOMP_target_ext()
2757 gomp_unmap_vars (tgt_vars, true, &refcount_set); in GOMP_target_ext()
2759 if (refcount_set) in GOMP_target_ext()
2760 htab_free (refcount_set); in GOMP_target_ext()
2935 htab_t *refcount_set) in gomp_exit_data() argument
2986 gomp_decrement_refcount (k, refcount_set, delete_p, &do_copy, in gomp_exit_data()
3122 htab_t refcount_set = htab_create (mapnum); in GOMP_target_enter_exit_data() local
3132 &kinds[i], true, &refcount_set, in GOMP_target_enter_exit_data()
3143 &kinds[i], true, &refcount_set, in GOMP_target_enter_exit_data()
3152 true, &refcount_set, GOMP_MAP_VARS_ENTER_DATA); in GOMP_target_enter_exit_data()
3157 true, &refcount_set, GOMP_MAP_VARS_ENTER_DATA); in GOMP_target_enter_exit_data()
3159 gomp_exit_data (devicep, mapnum, hostaddrs, sizes, kinds, &refcount_set); in GOMP_target_enter_exit_data()
3160 htab_free (refcount_set); in GOMP_target_enter_exit_data()
3221 htab_t refcount_set = htab_create (ttask->mapnum); in gomp_target_task_fn() local
3228 &refcount_set, GOMP_MAP_VARS_ENTER_DATA); in gomp_target_task_fn()
3233 &ttask->kinds[i], true, &refcount_set, in gomp_target_task_fn()
3237 ttask->kinds, &refcount_set); in gomp_target_task_fn()
3238 htab_free (refcount_set); in gomp_target_task_fn()