Description
Warning: [200-953] Unable to rewind loop %s,
which has multiple backedges.
This message reports 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.