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

Public Attributes

isl_ctxctx
 
struct isl_sched_graphgraph
 
struct isl_clusteringc
 
int n
 
int * graph_scc
 
int * component
 
int * size
 
int * pos
 
int * sorted
 
struct isl_hash_table ** edge_table
 
struct isl_hash_table ** reverse_edge_table
 

Detailed Description

Definition at line 63 of file isl_scheduler_scc.c.

Member Data Documentation

◆ c

struct isl_clustering* isl_scc_graph::c

◆ component

int* isl_scc_graph::component

◆ ctx

isl_ctx* isl_scc_graph::ctx

◆ edge_table

struct isl_hash_table** isl_scc_graph::edge_table

◆ graph

struct isl_sched_graph* isl_scc_graph::graph

◆ graph_scc

int* isl_scc_graph::graph_scc

◆ n

int isl_scc_graph::n

◆ pos

int* isl_scc_graph::pos

◆ reverse_edge_table

struct isl_hash_table** isl_scc_graph::reverse_edge_table

◆ size

int* isl_scc_graph::size

◆ sorted

int* isl_scc_graph::sorted

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