| 1256 | static const unsigned int dependencyInfinite = 0xFFFFFFFF; |
| 1257 | static const unsigned int iterationsInfinite = 0xFFFFFFFF; |
| 1258 | void setLoopDependency(int d) { dependency = d; } |
| 1259 | int getLoopDependency() const { return dependency; } |
| 1260 | |
| 1261 | void setMinIterations(unsigned int v) { minIterations = v; } |
no outgoing calls
no test coverage detected