moved
This commit is contained in:
18
Sapfor/_src/SageAnalysisTool/arrayRef.h
Normal file
18
Sapfor/_src/SageAnalysisTool/arrayRef.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
struct arrayAccess {
|
||||
SgStatement *stmt;
|
||||
SgExpression *var; // this is var;
|
||||
int linear[MAXDIMARRAY][MAXNESTEDLOOP];
|
||||
int isLinear[MAXDIMARRAY];
|
||||
int cst[MAXNESTEDLOOP];
|
||||
int nbdim;
|
||||
int size;
|
||||
int type;
|
||||
int rw;
|
||||
int scalar;
|
||||
int level; // give the loop number
|
||||
};
|
||||
|
||||
typedef struct arrayAccess *PT_ACCESSARRAY;
|
||||
|
||||
Reference in New Issue
Block a user