Polly 20.0.0git
|
#include <isl_scheduler_clustering.h>
Public Attributes | |
int | n |
struct isl_sched_graph * | scc |
struct isl_sched_graph * | cluster |
int * | scc_cluster |
int * | scc_node |
int * | scc_in_merge |
Definition at line 27 of file isl_scheduler_clustering.h.
struct isl_sched_graph* isl_clustering::cluster |
Definition at line 30 of file isl_scheduler_clustering.h.
Referenced by clustering_free(), clustering_init(), copy_partial(), extract_clusters(), finish_bands_clustering(), and isl_scc_graph_finish_band().
int isl_clustering::n |
Definition at line 28 of file isl_scheduler_clustering.h.
Referenced by clustering_free(), clustering_init(), compute_maxvar_max_slack(), limit_maxvar_to_slack(), mark_merge_sccs(), merge(), and ok_to_merge_coincident().
struct isl_sched_graph* isl_clustering::scc |
Definition at line 29 of file isl_scheduler_clustering.h.
Referenced by clustering_free(), clustering_init(), collect_cluster_map(), collect_domain(), compute_maxvar_max_slack(), compute_weights(), copy_partial(), extract_node_transformation(), find_proximity(), limit_maxvar_to_slack(), merge(), and ok_to_merge_coincident().
int* isl_clustering::scc_cluster |
Definition at line 31 of file isl_scheduler_clustering.h.
Referenced by clustering_free(), clustering_init(), collect_cluster_map(), collect_domain(), compute_weights(), extract_clusters(), extract_node_transformation(), find_proximity(), finish_bands_clustering(), isl_scc_graph_finish_band(), mark_merge_sccs(), merge(), and ok_to_merge_proximity().
int* isl_clustering::scc_in_merge |
Definition at line 33 of file isl_scheduler_clustering.h.
Referenced by clustering_free(), clustering_init(), collect_cluster_map(), collect_domain(), compute_maxvar_max_slack(), init_merge_graph(), limit_maxvar_to_slack(), mark_merge_sccs(), merge(), merge_clusters_along_edge(), ok_to_merge_coincident(), and ok_to_merge_proximity().
int* isl_clustering::scc_node |
Definition at line 32 of file isl_scheduler_clustering.h.
Referenced by clustering_free(), clustering_init(), and copy_partial().