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

#include <isl_scheduler_clustering.h>

Public Attributes

int n
 
struct isl_sched_graphscc
 
struct isl_sched_graphcluster
 
int * scc_cluster
 
int * scc_node
 
int * scc_in_merge
 

Detailed Description

Definition at line 27 of file isl_scheduler_clustering.h.

Member Data Documentation

◆ cluster

struct isl_sched_graph* isl_clustering::cluster

◆ n

int isl_clustering::n

◆ scc

struct isl_sched_graph* isl_clustering::scc

◆ scc_cluster

int* isl_clustering::scc_cluster

◆ scc_in_merge

int* isl_clustering::scc_in_merge

◆ scc_node

int* isl_clustering::scc_node

Definition at line 32 of file isl_scheduler_clustering.h.

Referenced by clustering_free(), clustering_init(), and copy_partial().


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