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

#include <isl_map_private.h>

Public Attributes

int ref
 
unsigned flags
 
isl_basic_mapcached_simple_hull [2]
 
struct isl_ctxctx
 
isl_spacedim
 
int n
 
size_t size
 
struct isl_basic_mapp [1]
 

Detailed Description

Definition at line 96 of file isl_map_private.h.

Member Data Documentation

◆ cached_simple_hull

isl_basic_map* isl_map::cached_simple_hull[2]

Definition at line 103 of file isl_map_private.h.

Referenced by map_simple_hull().

◆ ctx

struct isl_ctx* isl_map::ctx

◆ dim

isl_space* isl_map::dim

Definition at line 107 of file isl_map_private.h.

◆ flags

unsigned isl_map::flags

◆ n

int isl_map::n

◆ p

struct isl_basic_map* isl_map::p[1]

Definition at line 112 of file isl_map_private.h.

Referenced by isl_map_grow().

◆ ref

int isl_map::ref

Definition at line 97 of file isl_map_private.h.

◆ size

size_t isl_map::size

Definition at line 111 of file isl_map_private.h.


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