Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_scheduler.c1656 static isl_stat detect_ccs(isl_ctx *ctx, struct isl_sched_graph *graph, in detect_ccs() function
1691 return detect_ccs(ctx, graph, &node_follows_strong); in detect_sccs()
1701 return detect_ccs(ctx, graph, &node_follows_weak); in detect_wccs()
7291 if (detect_ccs(ctx, graph, &node_follows_strong_or_same_cluster) < 0) in extract_clusters()