Polly 19.0.0git
Public Attributes | List of all members
isl_mark_merge_sccs_data Struct Reference

Public Attributes

struct isl_sched_graphgraph
 
int * scc_cluster
 
int src
 
int dst
 

Detailed Description

Definition at line 160 of file isl_scheduler_clustering.c.

Member Data Documentation

◆ dst

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().

◆ graph

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().

◆ scc_cluster

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().

◆ src

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().


The documentation for this struct was generated from the following file: