Home
last modified time | relevance | path

Searched refs:isl_sched_graph_detect_ccs (Results 1 – 3 of 3) sorted by relevance

/llvm-project/polly/lib/External/isl/
H A Disl_scheduler.h270 isl_stat isl_sched_graph_detect_ccs(isl_ctx *ctx, struct isl_sched_graph *graph,
H A Disl_scheduler_clustering.c1353 if (isl_sched_graph_detect_ccs(ctx, graph, in extract_clusters()
H A Disl_scheduler.c1438 isl_stat isl_sched_graph_detect_ccs(isl_ctx *ctx, in isl_sched_graph_detect_ccs() function
1474 return isl_sched_graph_detect_ccs(ctx, graph, &node_follows_strong); in detect_sccs()
1484 return isl_sched_graph_detect_ccs(ctx, graph, &node_follows_weak); in detect_wccs()