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

Public Attributes

isl_union_mapmust_dep
 
isl_union_mapmay_dep
 
isl_union_mapmust_no_source
 
isl_union_mapmay_no_source
 

Detailed Description

Definition at line 2092 of file isl_flow.c.

Member Data Documentation

◆ may_dep

isl_union_map* isl_union_flow::may_dep

Definition at line 2094 of file isl_flow.c.

Referenced by compute_flow(), and isl_union_flow_copy().

◆ may_no_source

isl_union_map* isl_union_flow::may_no_source

Definition at line 2096 of file isl_flow.c.

Referenced by compute_flow(), and isl_union_flow_copy().

◆ must_dep

isl_union_map* isl_union_flow::must_dep

Definition at line 2093 of file isl_flow.c.

Referenced by compute_flow(), and isl_union_flow_copy().

◆ must_no_source

isl_union_map* isl_union_flow::must_no_source

Definition at line 2095 of file isl_flow.c.

Referenced by compute_flow(), and isl_union_flow_copy().


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