Polly 20.0.0git
|
#include "isl_scheduler.h"
Go to the source code of this file.
Classes | |
struct | isl_clustering |
Functions | |
__isl_give isl_schedule_node * | isl_schedule_node_compute_wcc_clustering (__isl_take isl_schedule_node *node, struct isl_sched_graph *graph) |
__isl_give isl_schedule_node * isl_schedule_node_compute_wcc_clustering | ( | __isl_take isl_schedule_node * | node, |
struct isl_sched_graph * | graph | ||
) |
Definition at line 1530 of file isl_scheduler_clustering.c.
References clustering_free(), clustering_init(), compute_weights(), isl_scc_graph::ctx, extract_clusters(), find_proximity(), finish_bands_clustering(), isl_schedule_node_free(), isl_schedule_node_get_ctx(), merge_clusters_along_edge(), and isl_sched_graph::n_edge.
Referenced by compute_schedule_wcc().