45 static const int top=4;
144 bool incr(
long increment);
148 bool mult(
long multiplier);
150 std::string
str(std::string indent=
"");
161 template <
typename T>
224 std::vector<Lattice*>& initLattices, std::vector<NodeFact*>& initFacts);
232 { assert(0);
return false; }
234 NodeState& state,
const std::vector<Lattice*>& dfInfo)
235 {
return boost::shared_ptr<IntraDFTransferVisitor>(
new DivAnalysisTransfer(func, n, state, dfInfo)); }