|
Polly 22.0.0git
|
Public Attributes | |
| struct isl_sched_graph * | graph |
| int * | scc_cluster |
| int | src |
| int | dst |
Definition at line 160 of file isl_scheduler_clustering.c.
| int isl_mark_merge_sccs_data::dst |
Definition at line 164 of file isl_scheduler_clustering.c.
Referenced by cluster_follows(), and mark_merge_sccs().
| struct isl_sched_graph* isl_mark_merge_sccs_data::graph |
Definition at line 161 of file isl_scheduler_clustering.c.
Referenced by cluster_follows(), and mark_merge_sccs().
| int* isl_mark_merge_sccs_data::scc_cluster |
Definition at line 162 of file isl_scheduler_clustering.c.
Referenced by cluster_follows(), and mark_merge_sccs().
| int isl_mark_merge_sccs_data::src |
Definition at line 163 of file isl_scheduler_clustering.c.
Referenced by cluster_follows(), and mark_merge_sccs().