1 #include <featureTests.h>
2 #ifdef ROSE_ENABLE_SOURCE_ANALYSIS
4 #ifndef SEQUENCE_STRUCT_ANALYSIS_H
5 #define SEQUENCE_STRUCT_ANALYSIS_H
7 #include "genericDataflowCommon.h"
8 #include "VirtualCFGIterator.h"
10 #include "CallGraphTraverse.h"
11 #include "analysisCommon.h"
14 #include "latticeFull.h"
15 #include "divAnalysis.h"
16 #include "ConstrGraph.h"
17 #include "ConstrGraphAnalysis.h"
18 #include "liveDeadVarAnalysis.h"
19 #include "dominatorAnalysis.h"
20 #include "printAnalysisStates.h"
22 extern int sequenceStructAnalysisDebugLevel;
80 void init(
string indent=
"");
109 void remapVars(
const map<varID, varID>& varNameMap,
const Function& newFunc);
116 void incorporateVars(
Lattice* that_arg);
137 bool meetUpdate(
Lattice* that_arg);
149 bool setToStartKnown(
varID vInit,
int initOffset);
153 bool setToStartKnown(
int initVal);
157 bool setToSeqKnown(
varID vFin,
int finOffset,
int stride);
160 seqLevel getLevel()
const;
162 bool operator==(
Lattice* that);
167 string str(
string indent=
"");
173 static map<varID, Lattice*> constVars;
174 static bool constVars_init;
191 this->divAnalysis = divAnalysis;
198 vector<Lattice*>& initLattices, vector<NodeFact*>& initFacts);