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

/haiku-buildtools/isl/
H A Disl_schedule.c1956 static int compute_schedule_wcc(isl_ctx *ctx, struct isl_sched_graph *graph);
1964 * be set and then we call compute_schedule_wcc on the constructed subgraph.
1995 if (wcc && compute_schedule_wcc(ctx, &split) < 0)
2752 static int compute_schedule_wcc(isl_ctx *ctx, struct isl_sched_graph *graph) function
2910 return compute_schedule_wcc(ctx, graph);

Completed in 44 milliseconds