Max for-loop body complexity to unroll. We'll compute complexity as the product of the number of iterations and the size of the body. So long-ish loops with very simple bodies can be unrolled, as well as short loops with larger bodies.
Definition at line 71 of file slang_codegen.c.
Referenced by _slang_can_unroll_for_loop().