moved
This commit is contained in:
18
Sapfor/_src/SageAnalysisTool/inducVar.h
Normal file
18
Sapfor/_src/SageAnalysisTool/inducVar.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
struct inducvar
|
||||
{
|
||||
int constante; // indicate if constante or induction
|
||||
SgStatement *stmt;
|
||||
SgExpression *var; // this is a var ref;
|
||||
SgExpression *stride;
|
||||
SgExpression *lbound;
|
||||
SgExpression *ubound;
|
||||
Set *reachdef;
|
||||
int level;
|
||||
int loopnum;
|
||||
int include;
|
||||
};
|
||||
|
||||
typedef struct inducvar *PT_INDUCVAR;
|
||||
|
||||
Reference in New Issue
Block a user