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

/haiku-buildtools/gcc/gcc/
H A Dgraphite-dependences.c284 res = isl_union_map_foreach_map (x, max_number_of_out_dimensions, (void *) &max);
289 res = isl_union_map_foreach_map (x, extend_schedule_1, (void *) &str);
H A Dgraphite-optimize-isl.c559 isl_union_map_foreach_map (stmtBand, getSingleMap, &stmtSchedule);
/haiku-buildtools/isl/include/isl/
H A Dunion_map.h152 int isl_union_map_foreach_map(__isl_keep isl_union_map *umap,
/haiku-buildtools/isl/
H A Disl_flow.c1309 if (isl_union_map_foreach_map(data->must_source,
1312 if (isl_union_map_foreach_map(data->may_source,
1327 if (isl_union_map_foreach_map(data->must_source,
1331 if (isl_union_map_foreach_map(data->may_source,
1440 if (isl_union_map_foreach_map(sink, &compute_flow, &data) < 0)
H A Disl_transitive_closure.c2727 if (isl_union_map_foreach_map(umap, inc_count, &n) < 0)
2736 if (isl_union_map_foreach_map(umap, collect_basic_map, &next) < 0)
2779 if (isl_union_map_foreach_map(umap, inc_count, &n) < 0)
2793 if (isl_union_map_foreach_map(umap, collect_basic_map, &next) < 0)
2959 isl_union_map_foreach_map(umap, &power, &up);
H A Disl_ast_codegen.c275 if (isl_union_map_foreach_map(executed, &generate_domain, &data) < 0)
1534 if (isl_union_map_foreach_map(executed, &map_check_scaled,
2089 if (isl_union_map_foreach_map(executed, &separate_domain, &data) < 0)
3415 if (isl_union_map_foreach_map(executed, &extract_domain, &next) < 0)
H A Disl_union_map.c117 if (isl_union_map_foreach_map(umap, &add_map, &dup) < 0)
214 if (isl_union_map_foreach_map(umap2, &add_map, &umap1) < 0)
385 int isl_union_map_foreach_map(__isl_keep isl_union_map *umap, function
491 return isl_union_map_foreach_map(uset,
H A Disl_schedule.c2964 if (isl_union_map_foreach_map(validity, &extract_edge, &data) < 0)
2967 if (isl_union_map_foreach_map(proximity, &extract_edge, &data) < 0)
3075 if (isl_union_map_foreach_map(umap, &update_max_out, &data.max_out) < 0)
3079 if (isl_union_map_foreach_map(umap, &map_pad_range, &data) < 0)
H A Disl_ast_build.c1354 if (isl_union_map_foreach_map(build->options,
H A Disl_fold.c1542 if (isl_union_map_foreach_map(umap, &map_apply, &data) < 0)
H A Disl_output.c1088 isl_union_map_foreach_map(umap, &print_map_body, &data);
1113 isl_union_map_foreach_map(umap, &print_latex_map_body, &data);
H A Disl_test.c2484 isl_union_map_foreach_map(schedule, &check_injective, &is_injection);
H A Disl_aff.c4277 if (isl_union_map_foreach_map(umap, &pw_multi_aff_from_map, &upma) < 0)
/haiku-buildtools/cloog/source/isl/
H A Ddomain.c1471 if (isl_union_map_foreach_map(umap, &add_domain_from_map, &ud) < 0) {
/haiku-buildtools/isl/interface/
H A Disl.py395 res = isl.isl_union_map_foreach_map(arg0.ptr, cb, None)

Completed in 129 milliseconds