Home
last modified time | relevance | path

Searched refs:isl_hash_table_foreach (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_scheduler_scc.c122 isl_hash_table_foreach(ctx, scc_graph->edge_table[i], in isl_scc_graph_dump()
127 isl_hash_table_foreach(ctx, scc_graph->reverse_edge_table[i], in isl_scc_graph_dump()
296 if (isl_hash_table_foreach(scc_graph->ctx, scc_graph->edge_table[i], in next_nodes()
371 return isl_hash_table_foreach(ctx, edge_table[pos], in foreach_reachable()
489 if (isl_hash_table_foreach(ctx, scc_graph->edge_table[data.src], in isl_scc_graph_add_reverse_edges()
588 if (isl_hash_table_foreach(ctx, graph->edge_table[isl_edge_validity], in isl_scc_graph_from_sched_graph()
591 if (isl_hash_table_foreach(ctx, in isl_scc_graph_from_sched_graph()
678 if (isl_hash_table_foreach(ctx, scc_graph->edge_table[pos[i]], in isl_scc_graph_sub()
955 if (isl_hash_table_foreach(ctx, scc_graph->edge_table[data.src], in isl_scc_graph_merge_components()
H A Disl_union_multi.c75 return isl_hash_table_foreach(u->space->ctx, &u->table, in FN()
129 isl_hash_table_foreach(ctx, &group->part_table, in S()
211 return isl_hash_table_foreach(ctx, &group->part_table, in FN()
397 return isl_hash_table_foreach(ctx, &group->part_table, in FN()
443 return isl_hash_table_foreach(ctx, &group->part_table, in FN()
H A Disl_union_single.c63 return isl_hash_table_foreach(u->space->ctx, &u->table, in FN()
180 return isl_hash_table_foreach(ctx, &u->table, fn, user); in FN()
H A Disl_union_map.c320 if (isl_hash_table_foreach(isl_union_map_get_ctx(umap), &umap->table, in isl_union_map_align_params()
424 isl_hash_table_foreach(umap->dim->ctx, &umap->table, in isl_union_map_free()
636 return isl_hash_table_foreach(umap->dim->ctx, &umap->table, in isl_union_map_foreach_map()
683 r = isl_hash_table_foreach(isl_union_map_get_ctx(umap), &umap->table, in isl_union_map_every_map()
784 isl_hash_table_foreach(ctx, &umap->table, &copy_map, &map); in isl_map_from_union_map()
1082 if (isl_hash_table_foreach(umap1->dim->ctx, &umap1->table, in gen_bin_op()
1153 if (isl_hash_table_foreach(umap->dim->ctx, &umap->table, in gen_bin_set_op()
1264 if (isl_hash_table_foreach(umap1->dim->ctx, &umap1->table, in match_bin_op()
1652 if (isl_hash_table_foreach(data->umap2->dim->ctx, &data->umap2->table, in bin_entry()
1674 if (isl_hash_table_foreach(umap1->dim->ctx, &umap1->table, in bin_op()
[all …]
H A Disl_hash.c215 isl_stat isl_hash_table_foreach(isl_ctx *ctx, struct isl_hash_table *table, in isl_hash_table_foreach() function
H A Disl_stream.c816 isl_hash_table_foreach(s->ctx, s->keywords, &free_keyword, NULL); in isl_stream_free()
H A Disl_union_templ.c410 isl_hash_table_foreach(u->space->ctx, &u->table, in FN()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dhash.h68 isl_stat isl_hash_table_foreach(isl_ctx *ctx, struct isl_hash_table *table,
H A Dhmap_templ.c70 isl_hash_table_foreach(hmap->ctx, &hmap->table, &free_pair, NULL); in ISL_FN()
360 return isl_hash_table_foreach(hmap->ctx, &hmap->table, in ISL_FN()