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

/haiku-buildtools/isl/
H A Disl_schedule.c1955 static int compute_schedule(isl_ctx *ctx, struct isl_sched_graph *graph);
1965 * Otherwise, we call compute_schedule, which will check whether the subgraph
1997 if (!wcc && compute_schedule(ctx, &split) < 0)
2174 return compute_schedule(ctx, graph);
2897 static int compute_schedule(isl_ctx *ctx, struct isl_sched_graph *graph) function
2970 if (compute_schedule(ctx, &graph) < 0)
H A Disl_test.c2555 static __isl_give isl_union_map *compute_schedule(isl_ctx *ctx, function
2582 sched = compute_schedule(ctx, domain, validity, proximity);
2596 sched1 = compute_schedule(ctx, domain, validity, proximity);

Completed in 46 milliseconds