Polly 20.0.0git
|
#include <isl_morph.h>
Public Attributes | |
int | ref |
isl_basic_set * | dom |
isl_basic_set * | ran |
isl_mat * | map |
isl_mat * | inv |
Definition at line 28 of file isl_morph.h.
isl_basic_set* isl_morph::dom |
Definition at line 31 of file isl_morph.h.
Referenced by isl_morph_alloc(), and isl_morph_vertices().
isl_mat* isl_morph::inv |
Definition at line 35 of file isl_morph.h.
Referenced by isl_morph_alloc().
isl_mat* isl_morph::map |
Definition at line 34 of file isl_morph.h.
Referenced by isl_morph_alloc().
isl_basic_set* isl_morph::ran |
Definition at line 32 of file isl_morph.h.
Referenced by isl_morph_alloc().
int isl_morph::ref |
Definition at line 29 of file isl_morph.h.
Referenced by isl_morph_alloc(), isl_morph_copy(), and isl_morph_cow().