HomeSort by: relevance | last modified time | path
    Searched defs:best_split (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/
isl_scheduler_scc.c 1135 static int best_split(struct isl_scc_graph *scc_graph) function
1186 split = best_split(scc_graph);
isl_tab_pip.c 102 int (*best_split)(struct isl_context *context, struct isl_tab *tab); member in struct:isl_context_op
2427 static int best_split(struct isl_tab *tab, struct isl_tab *context_tab) function
2686 r = best_split(tab, clex->tab);
3499 r = best_split(tab, cgbr->tab);
4160 split = context->op->best_split(context, tab);

Completed in 34 milliseconds