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

Public Attributes

isl_union_mapmust_source
 
isl_union_mapmay_source
 
isl_union_flowflow
 
int count
 
int must
 
isl_spacedim
 
struct isl_sched_infosink_info
 
struct isl_sched_info ** source_info
 
isl_access_infoaccesses
 

Detailed Description

Definition at line 2335 of file isl_flow.c.

Member Data Documentation

◆ accesses

isl_access_info* isl_compute_flow_data::accesses

Definition at line 2345 of file isl_flow.c.

Referenced by collect_matching_array(), and compute_flow().

◆ count

int isl_compute_flow_data::count

Definition at line 2340 of file isl_flow.c.

Referenced by collect_matching_array(), compute_flow(), and count_matching_array().

◆ dim

isl_space* isl_compute_flow_data::dim

Definition at line 2342 of file isl_flow.c.

Referenced by collect_matching_array(), compute_flow(), and count_matching_array().

◆ flow

isl_union_flow* isl_compute_flow_data::flow

Definition at line 2338 of file isl_flow.c.

Referenced by compute_flow(), and compute_flow_union_map().

◆ may_source

isl_union_map* isl_compute_flow_data::may_source

Definition at line 2337 of file isl_flow.c.

Referenced by compute_flow(), and compute_flow_union_map().

◆ must

int isl_compute_flow_data::must

◆ must_source

isl_union_map* isl_compute_flow_data::must_source

Definition at line 2336 of file isl_flow.c.

Referenced by compute_flow(), and compute_flow_union_map().

◆ sink_info

struct isl_sched_info* isl_compute_flow_data::sink_info

Definition at line 2343 of file isl_flow.c.

Referenced by compute_flow().

◆ source_info

struct isl_sched_info** isl_compute_flow_data::source_info

Definition at line 2344 of file isl_flow.c.

Referenced by collect_matching_array(), and compute_flow().


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