Searched refs:detect_ccs (Results 1 – 1 of 1) sorted by relevance
1656 static isl_stat detect_ccs(isl_ctx *ctx, struct isl_sched_graph *graph, in detect_ccs() function1691 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()