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

Public Attributes

isl_basic_mapbmap
 
struct isl_tabtab
 
uint32_t hull_hash
 
int modified
 
int removed
 
int simplify
 
int * eq
 
int * ineq
 

Detailed Description

Definition at line 197 of file isl_coalesce.c.

Member Data Documentation

◆ bmap

isl_basic_map* isl_coalesce_info::bmap

◆ eq

int* isl_coalesce_info::eq

◆ hull_hash

uint32_t isl_coalesce_info::hull_hash

Definition at line 200 of file isl_coalesce.c.

Referenced by coalesce_info_set_hull_hash().

◆ ineq

int* isl_coalesce_info::ineq

◆ modified

int isl_coalesce_info::modified

Definition at line 201 of file isl_coalesce.c.

Referenced by extend(), and fuse().

◆ removed

int isl_coalesce_info::removed

Definition at line 202 of file isl_coalesce.c.

Referenced by drop().

◆ simplify

int isl_coalesce_info::simplify

Definition at line 203 of file isl_coalesce.c.

Referenced by extend(), and fuse().

◆ tab

struct isl_tab* isl_coalesce_info::tab

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