30 { this->state =
state; }
34 { this->state =
state; }
75 std::string
str(std::string indent=
"");
129 bool incr(
int increment);
145 std::string
str(std::string indent=
"");
178 void copy_lattices(std::vector<Lattice*>& newLattices)
const;
203 virtual std::string
str(std::string indent=
"");
224 for(std::vector<Lattice*>::iterator it =
lattices.begin(); it!=
lattices.end(); it++)
225 ROSE_ASSERT((*it)->finiteLattice());
344 void remapVars(
const std::map<varID, varID>& varNameMap,
const Function& newFunc);
364 std::string
str(std::string indent=
"");
385 VariablesProductLattice(includeScalars, includeArrays, perVarLattice, constVarLattices, allVarLattice, func, n, state),
422 VariablesProductLattice(includeScalars, includeArrays, perVarLattice, constVarLattices, allVarLattice, func, n, state),