Loop Rewind - Continue Statement
Description
This message is to inform the user that the code is violating loop rewind optimization rules.
Explanation
Loop rewind optimization does not support any continue statement.
Solution
Refactor the code without the continue statement.