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

/haiku-buildtools/isl/
H A Disl_schedule.c134 * inter_hmap is a cache, mapping dependence relations to their dual,
175 isl_hmap_map_basic_set *inter_hmap; member in struct:isl_sched_graph
433 graph->inter_hmap = isl_hmap_map_basic_set_alloc(ctx, 2 * n_edge);
450 isl_hmap_map_basic_set_free(ctx, graph->inter_hmap);
757 if (isl_hmap_map_basic_set_has(ctx, graph->inter_hmap, map))
758 return isl_hmap_map_basic_set_get(ctx, graph->inter_hmap, map);
762 isl_hmap_map_basic_set_set(ctx, graph->inter_hmap, map,

Completed in 49 milliseconds