HomeSort by: relevance | last modified time | path
    Searched refs:isl_sched_graph_compute_maxvar (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/isl/dist/
isl_scheduler.h 282 isl_stat isl_sched_graph_compute_maxvar(struct isl_sched_graph *graph);
isl_scheduler_clustering.c 51 if (isl_sched_graph_compute_maxvar(&c->scc[i]) < 0)
1139 if (isl_sched_graph_compute_maxvar(&merge_graph) < 0)
isl_scheduler.c 3605 isl_stat isl_sched_graph_compute_maxvar(struct isl_sched_graph *graph) function
5267 * isl_sched_graph_compute_maxvar
5269 * isl_sched_graph_compute_maxvar if and before carry_dependences gets called.
5306 if (!initialized && isl_sched_graph_compute_maxvar(graph) < 0)
5565 * isl_sched_graph_compute_maxvar
5567 * isl_sched_graph_compute_maxvar if and before carry_dependences gets called.
5616 if (!initialized && isl_sched_graph_compute_maxvar(graph) < 0)
5630 * components and calling isl_sched_graph_compute_maxvar first.
5771 if (isl_sched_graph_compute_maxvar(graph) < 0)
5813 if (isl_sched_graph_compute_maxvar(graph) < 0
    [all...]

Completed in 123 milliseconds